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 <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-03-24 10:14:33 -04:00
parent 1b73bedd4d
commit 59c0e7f586
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{