mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Suppress warnings.
This commit is contained in:
@ -262,6 +262,8 @@ void CUCode_AX::HandleCommandList()
|
|||||||
addr_hi = m_cmdlist[curr_idx++];
|
addr_hi = m_cmdlist[curr_idx++];
|
||||||
addr_lo = m_cmdlist[curr_idx++];
|
addr_lo = m_cmdlist[curr_idx++];
|
||||||
// TODO
|
// TODO
|
||||||
|
// suppress warnings:
|
||||||
|
(void)samp_val; (void)idx;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user