elm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 24 Dec 2011 04:20:26 +0000 (04:20 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 24 Dec 2011 04:20:26 +0000 (04:20 +0000)
SVN revision: 66490

src/bin/test_ctxpopup.c

index 20ae019..afa0baa 100644 (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));