stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8bbbd7a9517241f1589d96e8120106bf3f990c60

commit 8bbbd7a9517241f1589d96e8120106bf3f990c60
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Jun 30 12:06:29 2015 +0200

    wl_x11: Mark data in callback as unused
---
 src/modules/wl_x11/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_x11/e_mod_main.c b/src/modules/wl_x11/e_mod_main.c
index ceeeee7..9c2b899 100644
--- a/src/modules/wl_x11/e_mod_main.c
+++ b/src/modules/wl_x11/e_mod_main.c
@@ -12,7 +12,7 @@ _cb_delete_request(Ecore_Evas *ee EINA_UNUSED)
 }
 
 static Eina_Bool 
-_cb_keymap_changed(void *data, int type EINA_UNUSED, void *event EINA_UNUSED)
+_cb_keymap_changed(void *data EINA_UNUSED, int type EINA_UNUSED, void *event 
EINA_UNUSED)
 {
    E_Config_XKB_Layout *ekbd;
    char *rules = NULL, *model = NULL, *layout = NULL;

-- 


Reply via email to