mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
r600/sfn: Silence warning about unused parameter
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37321>
This commit is contained in:
parent
43df08dd42
commit
ebe395608a
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ uint8_t AluInstr::allowed_src_chan_mask() const
|
|||
}
|
||||
|
||||
bool
|
||||
AluInstr::replace_dest(PRegister new_dest, AluInstr *move_instr)
|
||||
AluInstr::replace_dest(PRegister new_dest, UNUSED AluInstr *move_instr)
|
||||
{
|
||||
if (m_dest->equal_to(*new_dest))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue