diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c index 42564bd0dc..e0522610fb 100644 --- a/src/lib/ecore_evas/ecore_evas.c +++ b/src/lib/ecore_evas/ecore_evas.c @@ -2121,7 +2121,7 @@ ecore_evas_aux_hints_allowed_get(const Ecore_Evas *ee) { if ((aux->allowed) && !(aux->notified)) { - list = eina_list_append(list, aux->id); + list = eina_list_append(list, (void*)(uintptr_t)aux->id); } }