elm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter.

SVN revision: 66490
This commit is contained in:
Daniel Juyung Seo 2011-12-24 04:20:26 +00:00
parent c633829477
commit 39a31a0970
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ _btn_clicked(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED_
}
static void
_ctxpopup_item_cb(void *data , Evas_Object *obj __UNUSED__, void *event_info)
_ctxpopup_item_cb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info)
{
printf("ctxpopup item selected: %s\n",
elm_object_item_text_get(event_info));