add EINA_UNUSED for unused function paramater

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-26 14:54:55 -05:00
parent bf8fde1948
commit c024e4bc17
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ _e_comp_wl_cb_comp_object_add(void *data EINA_UNUSED, int type EINA_UNUSED, E_Ev
}
static Eina_Bool
_e_comp_wl_cb_input_event(void *data EINA_UNUSED, int type EINA_UNUSED, void *ev)
_e_comp_wl_cb_input_event(void *data EINA_UNUSED, int type EINA_UNUSED, void *ev EINA_UNUSED)
{
_last_event_time = ecore_loop_time_get();
return ECORE_CALLBACK_RENEW;