remove gcc -Wextra warnings

SVN revision: 41369
This commit is contained in:
Gustavo Sverzut Barbieri 2009-07-16 21:42:02 +00:00
parent 00d15b298a
commit 4a2bd500e3
2 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ ecore_evas_quartz_new(const char* name, int w, int h)
return NULL;
#else
fprintf(stderr, "OUTCH !\n");
fprintf(stderr, "OUTCH name='%s' size=%dx%d!\n", name ? name : "", w, h);
return NULL;
#endif
}

View File

@ -2148,7 +2148,7 @@ _ecore_evas_x_shutdown(void)
_ecore_evas_init_count--;
if (_ecore_evas_init_count == 0)
{
int i;
unsigned int i;
while (ecore_evases) _ecore_evas_free(ecore_evases);
for (i = 0; i < sizeof(ecore_evas_event_handlers) / sizeof(Ecore_Event_Handler*); i++)