Removed warning.

This commit is contained in:
Maciej Suminski 2013-12-05 13:46:13 +01:00
parent aa7168708c
commit d7fc8db02c
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ int RTREE_QUAL::PickBranch( Rect* a_rect, Node* a_node )
ELEMTYPEREAL increase; ELEMTYPEREAL increase;
ELEMTYPEREAL bestIncr = (ELEMTYPEREAL) -1; ELEMTYPEREAL bestIncr = (ELEMTYPEREAL) -1;
ELEMTYPEREAL area; ELEMTYPEREAL area;
ELEMTYPEREAL bestArea; ELEMTYPEREAL bestArea = 0;
int best = 0; int best = 0;
Rect tempRect; Rect tempRect;