devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=59c0e7f5865064acf2339649f939de1c2a84ff23

commit 59c0e7f5865064acf2339649f939de1c2a84ff23
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Thu Mar 24 10:14:33 2016 -0400

    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 <cpmich...@osg.samsung.com>
---
 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 c9eec00..66bdad6 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)
      {

-- 


Reply via email to