summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-07-11 12:11:00 -0400
committerChris Michael <cp.michael@samsung.com>2016-07-11 12:11:00 -0400
commitf3371ff04c30db15cd43dd3637a43fb7aceb9e4a (patch)
tree4a5429eda8431a275955bfad864f6b3595b63d4e
parent963afc8fea13aa5f24eaf2ce678a0e2c6e5939de (diff)
downloadenlightenment-f3371ff04c30db15cd43dd3637a43fb7aceb9e4a.tar.gz
'cur_group' variable is unused here if we are not building for wayland
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_xkb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c
index 1f7cdaee83..1b4ecdc746 100644
--- a/src/bin/e_xkb.c
+++ b/src/bin/e_xkb.c
@@ -251,6 +251,8 @@ _e_wl_xkb_update(int cur_group)
#ifdef HAVE_WAYLAND
e_comp_wl_input_keymap_index_set(cur_group);
_e_xkb_update_event(cur_group);
+#else
+ (void)cur_group;
#endif
}