devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ea26fc1f87e2e8f8dfecf78785e6a5b2079f03f6

commit ea26fc1f87e2e8f8dfecf78785e6a5b2079f03f6
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon May 18 09:22:39 2015 -0400

    add missing EINA_UNUSED for function paramater
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl_data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl_data.c b/src/bin/e_comp_wl_data.c
index f9f7c28..dfb951a 100644
--- a/src/bin/e_comp_wl_data.c
+++ b/src/bin/e_comp_wl_data.c
@@ -157,7 +157,7 @@ static const struct wl_data_source_interface 
_e_data_source_interface =
 };
 
 static void
-_e_comp_wl_data_device_destroy_selection_data_source(struct wl_listener 
*listener, void *data)
+_e_comp_wl_data_device_destroy_selection_data_source(struct wl_listener 
*listener EINA_UNUSED, void *data)
 {
    E_Comp_Data *cdata;
    E_Comp_Wl_Data_Source *source;

-- 


Reply via email to