mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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