summaryrefslogtreecommitdiff
path: root/src/intel/compiler/test_vec4_cmod_propagation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/test_vec4_cmod_propagation.cpp')
-rw-r--r--src/intel/compiler/test_vec4_cmod_propagation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/compiler/test_vec4_cmod_propagation.cpp b/src/intel/compiler/test_vec4_cmod_propagation.cpp
index 8430924de63..02c6f85321d 100644
--- a/src/intel/compiler/test_vec4_cmod_propagation.cpp
+++ b/src/intel/compiler/test_vec4_cmod_propagation.cpp
@@ -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");
}