Fixed a couple of unused variable warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@486 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
masken
2008-09-08 20:14:07 +00:00
parent 86a9c845c3
commit 09ba0a3a11
2 changed files with 3 additions and 5 deletions

View File

@ -572,7 +572,9 @@ void CWII_IPC_HLE_WiiMote::CommandConnectionResponse(u8 _Ident, u8* _pData, u32
}
void CWII_IPC_HLE_WiiMote::CommandCofigurationResponse(u8 _Ident, u8* _pData, u32 _Size) {
#ifdef LOGGING
l2cap_conf_rsp* rsp = (l2cap_conf_rsp*)_pData;
#endif
_dbg_assert_(WIIMOTE, _Size == sizeof(l2cap_conf_rsp));