devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=257e6b564fcf5213432d8728df39120ae44ff813
commit 257e6b564fcf5213432d8728df39120ae44ff813 Author: Chris Michael <[email protected]> Date: Fri Oct 9 11:40:10 2015 -0400 elementary: Remove misuse of EINA_UNUSED Signed-off-by: Chris Michael <[email protected]> --- src/lib/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index 55cf376..7be51d9 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -3203,7 +3203,7 @@ _wl_dnd_receive(void *data, int type EINA_UNUSED, void *event) } static Eina_Bool -_wl_dnd_end(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED) +_wl_dnd_end(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) { Ecore_Wl2_Event_Dnd_End *ev; Ecore_Wl2_Window *win; --
