[QGIS Commit] r12574 - trunk/qgis/src/core/pal

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 22 04:18:51 EST 2009


Author: jef
Date: 2009-12-22 04:18:50 -0500 (Tue, 22 Dec 2009)
New Revision: 12574

Modified:
   trunk/qgis/src/core/pal/rtree.hpp
Log:
fix warning

Modified: trunk/qgis/src/core/pal/rtree.hpp
===================================================================
--- trunk/qgis/src/core/pal/rtree.hpp	2009-12-22 09:18:04 UTC (rev 12573)
+++ trunk/qgis/src/core/pal/rtree.hpp	2009-12-22 09:18:50 UTC (rev 12574)
@@ -1079,7 +1079,7 @@
   {
     ASSERT( a_rectA && a_rectB );
 
-    Rect newRect;
+    Rect newRect = { {0,}, {0,} };
 
     for ( int index = 0; index < NUMDIMS; ++index )
     {



More information about the QGIS-commit mailing list