Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / test_vec4_cmod_propagation.cpp
index 8430924de63c2cf12b80934b068d68ed6434a276..02c6f85321d6e4f71476c1c817ab814129978ff2 100644 (file)
@@ -57,7 +57,7 @@ public:
 
 protected:
    /* Dummy implementation for pure virtual methods */
-   virtual dst_reg *make_reg_for_system_value(int location)
+   virtual dst_reg *make_reg_for_system_value(int /* location */)
    {
       unreachable("Not reached");
    }
@@ -82,12 +82,12 @@ protected:
       unreachable("Not reached");
    }
 
-   virtual void emit_urb_write_header(int mrf)
+   virtual void emit_urb_write_header(int /* mrf */)
    {
       unreachable("Not reached");
    }
 
-   virtual vec4_instruction *emit_urb_write_opcode(bool complete)
+   virtual vec4_instruction *emit_urb_write_opcode(bool /* complete */)
    {
       unreachable("Not reached");
    }