From 39a31a0970711d4829bea584fe88a9e73e9ffba0 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 --- legacy/elementary/src/bin/test_ctxpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_ctxpopup.c b/legacy/elementary/src/bin/test_ctxpopup.c index 20ae0193cb..afa0baaa5f 100644 --- a/legacy/elementary/src/bin/test_ctxpopup.c +++ b/legacy/elementary/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));