ecore_cocoa: silent warning: unused parameter

This commit is contained in:
Jean Guyomarc'h 2015-10-13 11:05:04 +02:00 committed by Cedric BAIL
parent 916bf675e1
commit 8182fc38cb
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static Ecore_Cocoa_AppDelegate *_appDelegate = nil;
return self;
}
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *) EINA_UNUSED sender
{
// XXX This should be alterable (by Elm_Window policy)
return YES;