Breaking pad: warning: 'OSStatus CarbonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)' defined but not used
This commit is contained in:
@@ -262,6 +262,7 @@ bool LLAppViewerMacOSX::restoreErrorTrap()
|
|||||||
return reset_count == 0;
|
return reset_count == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 // Singu Note: Defined but not used
|
||||||
static OSStatus CarbonEventHandler(EventHandlerCallRef inHandlerCallRef,
|
static OSStatus CarbonEventHandler(EventHandlerCallRef inHandlerCallRef,
|
||||||
EventRef inEvent,
|
EventRef inEvent,
|
||||||
void* inUserData)
|
void* inUserData)
|
||||||
@@ -288,6 +289,7 @@ static OSStatus CarbonEventHandler(EventHandlerCallRef inHandlerCallRef,
|
|||||||
}
|
}
|
||||||
return noErr;
|
return noErr;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void LLAppViewerMacOSX::initCrashReporting(bool reportFreeze)
|
void LLAppViewerMacOSX::initCrashReporting(bool reportFreeze)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user