devilhorns pushed a commit to branch master.

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

commit e82da5e67aa3b91d193ead96384aca4c2ca21385
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Oct 3 14:02:25 2014 -0400

    cleanup compiler warnings when building for wayland-only
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_grabinput.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/bin/e_grabinput.c b/src/bin/e_grabinput.c
index 7910a65..d333cf3 100644
--- a/src/bin/e_grabinput.c
+++ b/src/bin/e_grabinput.c
@@ -84,6 +84,9 @@ e_grabinput_get(Ecore_Window mouse_win, int confine_mouse, 
Ecore_Window key_win)
 #endif
         grab_key_win = key_win;
      }
+#ifdef HAVE_WAYLAND_ONLY
+   (void)confine_mouse;
+#endif
    return 1;
 }
 
@@ -194,6 +197,9 @@ _e_grabinput_focus_do(Ecore_Window win, E_Focus_Method 
method)
       default:
         break;
      }
+#ifdef HAVE_WAYLAND_ONLY
+   (void)win;
+#endif
 }
 
 static void

-- 


Reply via email to