summaryrefslogtreecommitdiff
path: root/src/intel/compiler/test_vec4_copy_propagation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/test_vec4_copy_propagation.cpp')
-rw-r--r--src/intel/compiler/test_vec4_copy_propagation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/compiler/test_vec4_copy_propagation.cpp b/src/intel/compiler/test_vec4_copy_propagation.cpp
index f4f91d8c8c7..5f3f3e525f2 100644
--- a/src/intel/compiler/test_vec4_copy_propagation.cpp
+++ b/src/intel/compiler/test_vec4_copy_propagation.cpp
@@ -54,7 +54,7 @@ public:
}
protected:
- virtual dst_reg *make_reg_for_system_value(int location)
+ virtual dst_reg *make_reg_for_system_value(int /* location */)
{
unreachable("Not reached");
}
@@ -74,12 +74,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");
}