From dbbe408dc5905dd748ea6da58d685a9e688495bf Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Thu, 10 May 2012 17:19:47 -0400 Subject: Fix warning about unhandle enumerations. --- tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/EventClients') diff --git a/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp b/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp index a54bf8c8f2..722ccd9f74 100644 --- a/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp +++ b/tools/EventClients/Clients/WiiRemote/CWIID_WiiRemote.cpp @@ -105,6 +105,10 @@ void CWiiRemote::MessageCallback(cwiid_wiimote_t *wiiremote, int mesg_count, uni case CWIID_MESG_ACC: //Not implemented break; + case CWIID_MESG_BALANCE: + case CWIID_MESG_MOTIONPLUS: + //Not implemented + break; case CWIID_MESG_UNKNOWN: //... break; -- cgit v1.2.3