summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-09-07 09:03:10 -0400
committerChris Michael <cp.michael@samsung.com>2016-09-07 09:03:10 -0400
commitadfa905e095c8a6657c991f94a833c302ea8443e (patch)
tree10f6f480227126b438dad551f0be41d3f8877158
parentebfa4a97cd6d9e801c9dd2dc0d169f4bd8a0bbc5 (diff)
downloadenlightenment-adfa905e095c8a6657c991f94a833c302ea8443e.tar.gz
add missing EINA_UNUSED for function parameter
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/xwayland/e_mod_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/xwayland/e_mod_main.c b/src/modules/xwayland/e_mod_main.c
index 6a024c2520..f19fee3c45 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -338,7 +338,7 @@ setup_lock(void)
}
static Eina_Bool
-_cb_sync_done(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
+_cb_sync_done(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED)
{
e_util_dialog_internal(_("Error"), _("Cannot launch XWayland from X11 display."));