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,
|
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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue