mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix unused variable warning
This commit is contained in:
parent
bda30aa2ea
commit
61526c32f0
1
external/rtree/include/RTree.h
vendored
1
external/rtree/include/RTree.h
vendored
@ -1499,6 +1499,7 @@ RTREE_TEMPLATE
|
||||
// It is assured that AddBranch here will not cause a node split.
|
||||
bool nodeWasSplit = AddBranch(&a_parVars->m_branchBuf[index], targetNodes[targetNodeIndex], NULL);
|
||||
RTREE_ASSERT(!nodeWasSplit);
|
||||
(void)nodeWasSplit;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user