mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 10:57:04 -05:00
Suppress warnings.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user