wl_x11: Mark data in callback as unused

This commit is contained in:
Stefan Schmidt 2015-06-30 12:06:29 +02:00
parent 9e0764809f
commit 8bbbd7a951
1 changed files with 1 additions and 1 deletions

View File

@ -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;