raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=8a7b3f0a6d44baa0bab74fb6f383952237a69a01

commit 8a7b3f0a6d44baa0bab74fb6f383952237a69a01
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Mar 8 23:54:34 2014 +0900

    warning-- if building without x for elm
---
 src/lib/elm_win.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index d83deb7..b7625f4 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1760,6 +1760,8 @@ _elm_ee_xwin_get(const Ecore_Evas *ee)
      {
         return ecore_evas_gl_x11_window_get(ee);
      }
+#else
+   (void)ee;
 #endif
    return 0;
 }

-- 


Reply via email to