Breaking pad: warning: 'OSStatus CarbonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)' defined but not used

This commit is contained in:
Inusaito Sayori
2013-10-03 13:46:16 -04:00
parent 2b61394234
commit cfeb50ae4d

View File

@@ -262,6 +262,7 @@ bool LLAppViewerMacOSX::restoreErrorTrap()
return reset_count == 0;
}
#if 0 // Singu Note: Defined but not used
static OSStatus CarbonEventHandler(EventHandlerCallRef inHandlerCallRef,
EventRef inEvent,
void* inUserData)
@@ -288,6 +289,7 @@ static OSStatus CarbonEventHandler(EventHandlerCallRef inHandlerCallRef,
}
return noErr;
}
#endif
void LLAppViewerMacOSX::initCrashReporting(bool reportFreeze)
{