summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeongjong Lee <cleanlyj@naver.com>2018-08-15 16:48:44 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2018-08-16 10:47:20 +0200
commit16c6c6a26886e7937b39369b3bed4f0a5cab5628 (patch)
tree32515c0df6d6b573609cbe700b71046073b21ac6
parent25d4517fb9c57b26b06add6a44753963dee81922 (diff)
downloadefl-16c6c6a26886e7937b39369b3bed4f0a5cab5628.tar.gz
elm_image: add EINA_UNUSED to avoid build warning
Differential Revision: https://phab.enlightenment.org/D6844
-rw-r--r--src/bin/elementary/test_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_image.c b/src/bin/elementary/test_image.c
index ce73f94c27..c6d5f7a888 100644
--- a/src/bin/elementary/test_image.c
+++ b/src/bin/elementary/test_image.c
@@ -396,7 +396,7 @@ test_remote_image(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *e
}
static void
-_img_clicked_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
+_img_clicked_cb(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
{
fprintf(stderr, "%p - clicked\n", obj);
}