Suppress warnings.

This commit is contained in:
Jordan Woyak 2013-04-02 15:02:02 -05:00
parent 27e08f66b5
commit 92e82a4160

View file

@ -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;
}