devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=07433065aa18a3e872c25244fbbfc8682ed6fdb2

commit 07433065aa18a3e872c25244fbbfc8682ed6fdb2
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Jan 10 11:49:10 2017 -0500

    ecore-wl2: Remove incorrect EINA_UNUSED
    
    These parameters are actually used inside this function so remove the
    EINA_UNUSED
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wl2/ecore_wl2_window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 

-- 


Reply via email to