From 5b67da7c92f0f36f92fa1a4178f593c5654d1ccd Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 27 Jan 2015 10:39:39 -0500 Subject: [PATCH] ecore-xcb: Fix unused paramater compiler warning @fix Signed-off-by: Chris Michael --- src/lib/ecore_x/xcb/ecore_xcb_input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_x/xcb/ecore_xcb_input.c b/src/lib/ecore_x/xcb/ecore_xcb_input.c index 2f564bef45..e94cc80263 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_input.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_input.c @@ -266,10 +266,11 @@ ecore_x_input_multi_select(Ecore_X_Window win) xcb_input_device_info_next(&diter); } free(dreply); +#else + (void)win; #endif return find; - win = 0; } EAPI Eina_Bool