ecore-wl: Add missing EINA_UNUSED for unused function paramaters
authorChris Michael <cp.michael@samsung.com>
Tue, 13 Oct 2015 19:14:12 +0000 (15:14 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 13 Oct 2015 19:14:12 +0000 (15:14 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/ecore_wl_window.c

index 6f6d9ee..8250e78 100644 (file)
@@ -184,7 +184,7 @@ ecore_wl_window_move(Ecore_Wl_Window *win, int x, int y)
 }
 
 EAPI void
-ecore_wl_window_resize(Ecore_Wl_Window *win, int w, int h, int location)
+ecore_wl_window_resize(Ecore_Wl_Window *win, int w EINA_UNUSED, int h EINA_UNUSED, int location)
 {
    Ecore_Wl_Input *input;