flipselector - don't say warning.

set EINA_UNUSED for unused argument.
This commit is contained in:
ChunEon Park 2014-04-16 11:04:25 +09:00
parent 9d571ef5a4
commit 5044b58cfb
1 changed files with 1 additions and 1 deletions

View 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;