devilhorns pushed a commit to branch devs/devilhorns/wayland.

commit 8a724da0b030f68cf3bc529f480f3121319f9e44
Author: Chris Michael <[email protected]>
Date:   Thu Mar 7 15:01:15 2013 +0000

    Add missing UNUSED.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 200db1e..402cee6 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -25,7 +25,7 @@ static void _e_comp_wl_region_cb_subtract(struct wl_client 
*client EINA_UNUSED,
 
 static void _e_comp_wl_frame_cb_destroy(struct wl_resource *resource);
 
-static void _e_comp_wl_cb_init_job(void *data);
+static void _e_comp_wl_cb_init_job(void *data EINA_UNUSED);
 
 /* local wayland interfaces */
 static const struct wl_compositor_interface _e_wl_comp_interface = 
@@ -568,7 +568,7 @@ _e_comp_wl_frame_cb_destroy(struct wl_resource *resource)
 }
 
 static void 
-_e_comp_wl_cb_init_job(void *data)
+_e_comp_wl_cb_init_job(void *data EINA_UNUSED)
 {
    E_Module *mod = NULL;
 

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to