devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c024e4bc1726ccfdaec8d24c1f4fda72f071e74a
commit c024e4bc1726ccfdaec8d24c1f4fda72f071e74a Author: Chris Michael <[email protected]> Date: Mon Jan 26 14:54:55 2015 -0500 add EINA_UNUSED for unused function paramater Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 687110d..10e40cf 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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; --
