From 59c0e7f5865064acf2339649f939de1c2a84ff23 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 24 Mar 2016 10:14:33 -0400 Subject: [PATCH] add EINA_UNUSED for unused function parameter As the block which uses this parameter is #if 0'd out, we end up not using this param, which generates a compiler warning Signed-off-by: Chris Michael --- src/bin/e_xkb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index c9eec0063..66bdad65c 100644 --- a/src/bin/e_xkb.c +++ b/src/bin/e_xkb.c @@ -33,7 +33,7 @@ _e_xkb_init_timer(void *data) #ifndef HAVE_WAYLAND_ONLY static Eina_Bool -_xkb_changed_state(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) +_xkb_changed_state(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED) { if (_e_xkb_skip_events > 0) {