diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2015-10-13 11:05:04 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-12-01 12:15:31 -0800 |
commit | 8182fc38cbeac575af815b816df0bd9bb78fb219 (patch) | |
tree | 5a6b72b79836a7db34bdde3ae9190af0d53faf21 /src/lib/ecore_cocoa | |
parent | 916bf675e1e8c559bfda8c904ff7cc1b423c99bf (diff) |
ecore_cocoa: silent warning: unused parameter
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_app.m | 2 |
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; | |||
111 | return self; | 111 | return self; |
112 | } | 112 | } |
113 | 113 | ||
114 | - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender | 114 | - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *) EINA_UNUSED sender |
115 | { | 115 | { |
116 | // XXX This should be alterable (by Elm_Window policy) | 116 | // XXX This should be alterable (by Elm_Window policy) |
117 | return YES; | 117 | return YES; |