mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:47:40 +01:00
Suppress warnings.
This commit is contained in:
parent
27e08f66b5
commit
92e82a4160
@ -262,6 +262,8 @@ void CUCode_AX::HandleCommandList()
|
||||
addr_hi = m_cmdlist[curr_idx++];
|
||||
addr_lo = m_cmdlist[curr_idx++];
|
||||
// TODO
|
||||
// suppress warnings:
|
||||
(void)samp_val; (void)idx;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user