ecore_evas: remove warning.

This commit is contained in:
Cedric BAIL 2014-03-06 14:24:56 +09:00
parent 563ea6a01c
commit 25c58f149a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}