ecore-x: Add missing EINA_UNUSED for function paramater

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-27 10:28:44 -05:00
parent d7765bb21f
commit 1135469fa4
1 changed files with 1 additions and 1 deletions

View File

@ -1411,7 +1411,7 @@ ecore_x_default_depth_get(Ecore_X_Display *disp EINA_UNUSED, Ecore_X_Screen *scr
}
EAPI void
ecore_x_xkb_select_group(int group)
ecore_x_xkb_select_group(int group EINA_UNUSED)
{
// XXX: implement me */
}