Fix warnings.

This commit is contained in:
comex 2013-11-03 20:30:34 -05:00
parent 21610c2e54
commit 3f1ea21e4f
2 changed files with 1 additions and 2 deletions

View File

@ -186,7 +186,7 @@ static IOReturn HIDCreateOpenDeviceInterface (io_object_t hidDevice, recDevice *
plugInResult = (*ppPlugInInterface)->QueryInterface (ppPlugInInterface, plugInResult = (*ppPlugInInterface)->QueryInterface (ppPlugInInterface,
CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface)); CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface));
if (S_OK != plugInResult) if (S_OK != plugInResult)
HIDReportErrorNum ("CouldnÕt query HID class device interface from plugInInterface", plugInResult); HIDReportErrorNum ("Couldn't query HID class device interface from plugInInterface", plugInResult);
(*ppPlugInInterface)->Release (ppPlugInInterface); (*ppPlugInInterface)->Release (ppPlugInInterface);
} }
else else

View File

@ -47,7 +47,6 @@ private:
void InitMixer(); void InitMixer();
// Declarations and definitions // Declarations and definitions
void *m_hWnd;
bool m_bWii; bool m_bWii;
bool m_InitMixer; bool m_InitMixer;