ecore_cocoa: silent warning: unused parameter
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Tue, 13 Oct 2015 09:05:04 +0000 (11:05 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 1 Dec 2015 20:15:31 +0000 (12:15 -0800)
src/lib/ecore_cocoa/ecore_cocoa_app.m

index 00bdbfa..999055f 100644 (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;