devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=034c297566ddfed0de1841e89355e80b946241b3

commit 034c297566ddfed0de1841e89355e80b946241b3
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Jul 8 11:01:13 2015 -0400

    ecore-wayland: Remove improper use of EINA_UNUSED
    
    Summary: 'version' is actually used inside this function so no need
    for EINA_UNUSED here.
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wayland/ecore_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c
index a5d7bd0..fff8dd6 100644
--- a/src/lib/ecore_wayland/ecore_wl.c
+++ b/src/lib/ecore_wayland/ecore_wl.c
@@ -624,7 +624,7 @@ _ecore_wl_cb_handle_data(void *data, Ecore_Fd_Handler *hdl)
 }
 
 static void
-_ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned 
int id, const char *interface, unsigned int version EINA_UNUSED)
+_ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned 
int id, const char *interface, unsigned int version)
 {
    Ecore_Wl_Display *ewd;
    Ecore_Wl_Global *global;

-- 


Reply via email to