flipselector - don't say warning.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 16 Apr 2014 02:04:25 +0000 (11:04 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 16 Apr 2014 02:05:02 +0000 (11:05 +0900)
set EINA_UNUSED for unused argument.

src/lib/elm_flipselector.c

index 135c6e0..fd7137c 100644 (file)
@@ -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;