mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
external/rtree: fix warning about unused variable
This commit is contained in:
parent
2946083b01
commit
8de4821f8d
1
external/rtree/include/RTree.h
vendored
1
external/rtree/include/RTree.h
vendored
@ -969,6 +969,7 @@ protected:
|
||||
|
||||
// It is assured that AddBranch here will not cause a node split.
|
||||
bool nodeWasSplit = AddBranch(&a_parVars->m_branchBuf[index], targetNodes[targetNodeIndex], nullptr);
|
||||
(void)nodeWasSplit;
|
||||
RTreeAssert(!nodeWasSplit);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user