warn-- about unused var

This commit is contained in:
Michael Bouchaud 2015-09-24 03:53:19 +00:00
parent 644102e207
commit 690c748bae
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ _entrance_wait(void)
} }
static Eina_Bool static Eina_Bool
_entrance_client_error(void *data EINA_UNUSED, int type, void *event) _entrance_client_error(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{ {
char buf[4096]; char buf[4096];
Ecore_Exe_Event_Data *ev; Ecore_Exe_Event_Data *ev;