From 747ff2e7c93913baad99ab53d299a99fc791ab4e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 24 Dec 2011 04:20:26 +0000 Subject: [PATCH] elm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter. SVN revision: 66490 --- src/bin/test_ctxpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test_ctxpopup.c b/src/bin/test_ctxpopup.c index 20ae019..afa0baa 100644 --- a/src/bin/test_ctxpopup.c +++ b/src/bin/test_ctxpopup.c @@ -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)); -- 2.7.4