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

commit 1db72062d5ee20afb8a8719702eeed2b7f7d779c
Author: Chris Michael <[email protected]>
Date:   Thu Mar 7 13:38:19 2013 +0000

    Add more missing EINA_UNUSED.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/wl_shell/e_mod_main.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/modules/wl_shell/e_mod_main.c 
b/src/modules/wl_shell/e_mod_main.c
index 9762450..5b13dec 100644
--- a/src/modules/wl_shell/e_mod_main.c
+++ b/src/modules/wl_shell/e_mod_main.c
@@ -51,8 +51,6 @@ e_modapi_init(E_Module *m)
 
    SLOGFN(__FILE__, __LINE__, __FUNCTION__);
 
-   /* TODO: create a new shell */
-
    if (!(shell = E_NEW(E_Wayland_Desktop_Shell, 1)))
      return NULL;
 
@@ -104,7 +102,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
 
 /* local functions */
 static void 
-_e_wl_shell_cb_destroy(struct wl_listener *listener, void *data)
+_e_wl_shell_cb_destroy(struct wl_listener *listener, void *data EINA_UNUSED)
 {
    E_Wayland_Desktop_Shell *shell = NULL;
 
@@ -199,7 +197,7 @@ _e_wl_shell_shell_surface_resize(E_Wayland_Shell_Surface 
*ewss, void *seat, unsi
 }
 
 static void 
-_e_wl_shell_desktop_background_set(struct wl_client *client EINA_UNUSED, 
struct wl_resource *resource, struct wl_resource *output_resource, struct 
wl_resource *surf_resource EINA_UNUSED)
+_e_wl_shell_desktop_background_set(struct wl_client *client EINA_UNUSED, 
struct wl_resource *resource EINA_UNUSED, struct wl_resource *output_resource 
EINA_UNUSED, struct wl_resource *surf_resource EINA_UNUSED)
 {
    SLOGFN(__FILE__, __LINE__, __FUNCTION__);
 }

-- 

------------------------------------------------------------------------------
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