mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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.
|
// It is assured that AddBranch here will not cause a node split.
|
||||||
bool nodeWasSplit = AddBranch(&a_parVars->m_branchBuf[index], targetNodes[targetNodeIndex], NULL);
|
bool nodeWasSplit = AddBranch(&a_parVars->m_branchBuf[index], targetNodes[targetNodeIndex], NULL);
|
||||||
RTREE_ASSERT(!nodeWasSplit);
|
RTREE_ASSERT(!nodeWasSplit);
|
||||||
|
(void)nodeWasSplit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user