Add EINA_UNUSED for unused function parameter

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2014-01-04 11:17:01 +00:00
parent b879e3dcc6
commit 3ddb62d8d3
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ text_input_enter(void *data,
static void
text_input_leave(void *data,
struct wl_text_input *text_input)
struct wl_text_input *text_input EINA_UNUSED)
{
WaylandIMContext *imcontext = (WaylandIMContext *)data;