mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
i965: Silence unused parameter warning
brw_fs_visitor.cpp:2400:1: warning: unused parameter 'ir' [-Wunused-parameter] Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
22b9641edf
commit
47e2a74a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -2496,7 +2496,7 @@ fs_visitor::visit(ir_call *ir)
|
|||
}
|
||||
|
||||
void
|
||||
fs_visitor::visit(ir_return *ir)
|
||||
fs_visitor::visit(ir_return *)
|
||||
{
|
||||
unreachable("FINISHME");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue