devilhorns pushed a commit to branch master.

commit a612fcf2c9371c6bf5ab2d67a88e2f45cd9a1e37
Author: Chris Michael <[email protected]>
Date:   Fri May 31 13:29:51 2013 +0100

    Initialize geometry variables (ie: The Shutup you stupid clang commit)
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_randr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c
index a24ab0a..253cbfe 100644
--- a/src/bin/e_randr.c
+++ b/src/bin/e_randr.c
@@ -400,7 +400,7 @@ _e_randr_config_restore(void)
         for (c = 0; c < ncrtcs; c++)
           {
              E_Randr_Crtc_Config *cfg;
-             Evas_Coord x, y, w, h;
+             Evas_Coord x = 0, y = 0, w = 0, h = 0;
              Ecore_X_Randr_Mode mode = 0;
              Ecore_X_Randr_Orientation orient = 
                ECORE_X_RANDR_ORIENTATION_ROT_0;

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2

Reply via email to