evas: Fix compilation warning (unused variable)

This commit is contained in:
Jean-Philippe Andre 2017-02-21 15:11:42 +09:00
parent 51765b8b9f
commit 8736af5d4a
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ evas_object_free(Evas_Object *eo_obj, Eina_Bool clean_layer)
}
void
evas_object_change(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj)
evas_object_change(Evas_Object *eo_obj EINA_UNUSED, Evas_Object_Protected_Data *obj)
{
Eina_List *l;
Evas_Object_Protected_Data *obj2;