seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=41a2fd6913313d503e036de9138bb1bcf6c44bdc
commit 41a2fd6913313d503e036de9138bb1bcf6c44bdc Author: Daniel Juyung Seo <[email protected]> Date: Fri Aug 1 13:10:34 2014 +0900 naviframe: set EINA_UNUSED for the unused variable. --- src/lib/elc_naviframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index feb09e7..169f530 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -983,7 +983,7 @@ _back_btn_new(Evas_Object *obj, const char *title_label) } EOLIAN static void -_elm_naviframe_elm_layout_signal_emit(Eo *obj, Elm_Naviframe_Data *sd, const char *emission, const char *source) +_elm_naviframe_elm_layout_signal_emit(Eo *obj, Elm_Naviframe_Data *sd EINA_UNUSED, const char *emission, const char *source) { Elm_Naviframe_Item *top_it; --
