mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Suppress warnings.
This commit is contained in:
parent
27e08f66b5
commit
92e82a4160
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue