stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=16c6c6a26886e7937b39369b3bed4f0a5cab5628
commit 16c6c6a26886e7937b39369b3bed4f0a5cab5628 Author: Yeongjong Lee <[email protected]> Date: Wed Aug 15 16:48:44 2018 +0000 elm_image: add EINA_UNUSED to avoid build warning Differential Revision: https://phab.enlightenment.org/D6844 --- src/bin/elementary/test_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } --
