ecore-wl: Add missing EINA_UNUSED for unused function paramaters

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-13 15:14:12 -04:00
parent 8a39069b64
commit 2f2bfec810
1 changed files with 1 additions and 1 deletions

View 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;