Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
external/rtree: fix warning about unused variable
  • Loading branch information
rouault authored and nyalldawson committed Jun 15, 2020
1 parent 2946083 commit 8de4821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/rtree/include/RTree.h
Expand Up @@ -969,6 +969,7 @@ class RTree

// 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);
}
}
Expand Down

0 comments on commit 8de4821

Please sign in to comment.