devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=18a9c2d97d55887e6df54608417ce56519476957

commit 18a9c2d97d55887e6df54608417ce56519476957
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Thu Mar 24 10:33:47 2016 -0400

    add #else to #if 0'd block in order to avoid compiler warning about
    unused variable.
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/bin/e_xkb.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c
index c9eec00..f2da1b6 100644
--- a/src/bin/e_xkb.c
+++ b/src/bin/e_xkb.c
@@ -49,7 +49,10 @@ _xkb_changed_state(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
      return ECORE_CALLBACK_PASS_ON;
 
    e_config->xkb.cur_group = ev->group;
+#else
+   (void)event;
 #endif
+
    /*
     * XKb_STATE_NOTIFY does not only indicate a new group setted somewhere in 
e,
     * it also indicates that there is probebly a new set of available groups 
which is unknown to e

-- 


Reply via email to