devilhorns pushed a commit to branch master.

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

commit 3dff7d4dad92a9189b80541958225d5663ba4129
Author: Chris Michael <[email protected]>
Date:   Sat Feb 7 11:18:45 2015 -0500

    enlightenment: Fix 'type' may be used uninitialized message
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_win.c b/src/bin/e_win.c
index 2a1eef2..f5a002d 100644
--- a/src/bin/e_win.c
+++ b/src/bin/e_win.c
@@ -67,7 +67,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
      {
         E_Client *ec;
         Ecore_Window win;
-        E_Pixmap_Type type;
+        E_Pixmap_Type type = E_PIXMAP_TYPE_X;
 
         win = elm_win_window_id_get(o);
 #ifdef HAVE_WAYLAND_CLIENTS

-- 


Reply via email to