hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=07de7776d45372df4cceec32d960c40a3783a446

commit 07de7776d45372df4cceec32d960c40a3783a446
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Wed Apr 16 11:04:25 2014 +0900

    flipselector - don't say warning.
    
    set EINA_UNUSED for unused argument.
---
 src/lib/elm_flipselector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_flipselector.c b/src/lib/elm_flipselector.c
index 135c6e0..fd7137c 100644
--- a/src/lib/elm_flipselector.c
+++ b/src/lib/elm_flipselector.c
@@ -428,7 +428,7 @@ _flip_down(Elm_Flipselector_Data *sd)
 }
 
 EOLIAN static Eina_Bool
-_elm_flipselector_elm_widget_event(Eo *obj, Elm_Flipselector_Data *sd, 
Evas_Object *src, Evas_Callback_Type type, void *event_info)
+_elm_flipselector_elm_widget_event(Eo *obj EINA_UNUSED, Elm_Flipselector_Data 
*sd, Evas_Object *src, Evas_Callback_Type type, void *event_info)
 {
    Eina_Bool is_up = EINA_TRUE;
 

-- 


Reply via email to