XCode build is now completely warning free

This commit is contained in:
2015-06-21 18:22:20 -04:00
parent b7faf52f5e
commit 41fb8bd056
5 changed files with 12 additions and 4 deletions

View File

@@ -24,7 +24,8 @@ extern bool change_made, ae_loading;
@interface AppleEventHandler : NSObject<NSApplicationDelegate>
-(BOOL)application:(NSApplication*) app openFile:(NSString*) file;
-(NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender;
// TODO: Handle quit event by putting up quit dialog
//-(NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender;
@end
void set_up_apple_events(int argc, char* argv[]); // Suppress "no prototype" warning