From: Chris Michael Date: Tue, 10 Jan 2017 16:49:10 +0000 (-0500) Subject: ecore-wl2: Remove incorrect EINA_UNUSED X-Git-Tag: upstream/1.20.0~2484 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07433065aa18a3e872c25244fbbfc8682ed6fdb2;p=platform%2Fupstream%2Fefl.git ecore-wl2: Remove incorrect EINA_UNUSED These parameters are actually used inside this function so remove the EINA_UNUSED Signed-off-by: Chris Michael --- diff --git a/src/lib/ecore_wl2/ecore_wl2_window.c b/src/lib/ecore_wl2/ecore_wl2_window.c index c5a81d9..942be3f 100644 --- a/src/lib/ecore_wl2/ecore_wl2_window.c +++ b/src/lib/ecore_wl2/ecore_wl2_window.c @@ -187,7 +187,7 @@ static const struct xdg_surface_listener _xdg_surface_listener = }; static void -_zxdg_surface_cb_configure(void *data, struct zxdg_surface_v6 *zxdg_surface EINA_UNUSED, uint32_t serial EINA_UNUSED) +_zxdg_surface_cb_configure(void *data, struct zxdg_surface_v6 *zxdg_surface, uint32_t serial) { Ecore_Wl2_Window *window;