Skip to content

Commit 4029ba9

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@12574 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1aead28 commit 4029ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/pal/rtree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ namespace pal
10791079
{
10801080
ASSERT( a_rectA && a_rectB );
10811081

1082-
Rect newRect;
1082+
Rect newRect = { {0,}, {0,} };
10831083

10841084
for ( int index = 0; index < NUMDIMS; ++index )
10851085
{

0 commit comments

Comments
 (0)