tasn pushed a commit to branch master.
commit 7fa01abb1c3add9886f21c5c4c9ecff8b8639dbf
Author: Tom Hacohen <[email protected]>
Date: Thu Mar 21 13:35:45 2013 +0000
Quicklaunch: Fixed unused and dead code warnings.
---
src/lib/elm_main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c
index aa72a5d..8064089 100644
--- a/src/lib/elm_main.c
+++ b/src/lib/elm_main.c
@@ -789,8 +789,9 @@ elm_quicklaunch_prepare(int argc,
free(exe);
return EINA_TRUE;
#else
- return EINA_FALSE;
+ (void)argc;
(void)argv;
+ return EINA_FALSE;
#endif
}
--
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar