ecere/gui/Window: Silencing silly uninitialized GCC warnings
authorJerome St-Louis <jerome@ecere.com>
Wed, 20 Apr 2016 10:03:38 +0000 (06:03 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 29 Apr 2016 16:27:14 +0000 (12:27 -0400)
ecere/src/gui/Window.ec

index a89769a..8684018 100644 (file)
@@ -1915,7 +1915,7 @@ private:
       if(guiApp.currentSkin)
       {
          MinMaxValue cw = 0, ch = 0;
-         bool sbvVisible, sbhVisible;
+         bool sbvVisible = false, sbhVisible = false;
          int rangeH = 0, rangeV = 0;
          int positionH = 0, positionV;