Add UNUSED for parameter that is not used.
authorChristopher Michael <cp.michael@samsung.com>
Wed, 30 Jan 2013 10:30:54 +0000 (10:30 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 30 Jan 2013 10:30:54 +0000 (10:30 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83474

src/lib/evas/canvas/evas_object_image.c

index 7699b61..ff61124 100644 (file)
@@ -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);