Fix warnings.
This commit is contained in:
parent
21610c2e54
commit
3f1ea21e4f
|
@ -186,7 +186,7 @@ static IOReturn HIDCreateOpenDeviceInterface (io_object_t hidDevice, recDevice *
|
|||
plugInResult = (*ppPlugInInterface)->QueryInterface (ppPlugInInterface,
|
||||
CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface));
|
||||
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);
|
||||
}
|
||||
else
|
||||
|
|
|
@ -47,7 +47,6 @@ private:
|
|||
void InitMixer();
|
||||
|
||||
// Declarations and definitions
|
||||
void *m_hWnd;
|
||||
bool m_bWii;
|
||||
|
||||
bool m_InitMixer;
|
||||
|
|
Loading…
Reference in New Issue