Add UNUSED for parameter that is not used.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83474
This commit is contained in:
Christopher Michael 2013-01-30 10:30:54 +00:00 committed by Christopher Michael
parent 48deda91bf
commit 324e84e307
1 changed files with 1 additions and 1 deletions

View 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);