From: Christopher Michael Date: Wed, 30 Jan 2013 10:30:54 +0000 (+0000) Subject: Add UNUSED for parameter that is not used. X-Git-Tag: submit/devel/efl/20131022.203902~1926 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=324e84e3074d66a0c45d00245f2483a9b412b06d;p=platform%2Fupstream%2Fefl.git Add UNUSED for parameter that is not used. Signed-off-by: Christopher Michael SVN revision: 83474 --- diff --git a/src/lib/evas/canvas/evas_object_image.c b/src/lib/evas/canvas/evas_object_image.c index 7699b61..ff61124 100644 --- a/src/lib/evas/canvas/evas_object_image.c +++ b/src/lib/evas/canvas/evas_object_image.c @@ -3460,7 +3460,7 @@ evas_object_image_new(Evas_Object *eo_obj) } static void -_destructor(Eo *eo_obj, void *_pd, va_list *list EINA_UNUSED) +_destructor(Eo *eo_obj, void *_pd EINA_UNUSED, va_list *list EINA_UNUSED) { Evas_Object_Protected_Data *obj = eo_data_get(eo_obj, EVAS_OBJ_CLASS);