summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>2015-10-13 11:05:04 +0200
committerNicolas Aguirre <aguirre.nicolas@gmail.com>2015-11-10 08:32:49 +0100
commitc7a482f8a3375fea00fcbabcda12b5ed3488c454 (patch)
tree53e521c16bede121a9ccd5c4c5eda1c996836ec7
parent5c699924f4986895052ed44b33b9039cc2739250 (diff)
downloadefl-c7a482f8a3375fea00fcbabcda12b5ed3488c454.tar.gz
ecore_cocoa: silent warning: unused parameter
-rw-r--r--src/lib/ecore_cocoa/ecore_cocoa_app.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_app.m b/src/lib/ecore_cocoa/ecore_cocoa_app.m
index 00bdbfacac..999055f385 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa_app.m
+++ b/src/lib/ecore_cocoa/ecore_cocoa_app.m
@@ -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;