Fix unused variable warning

This commit is contained in:
Nyall Dawson 2025-02-17 08:15:17 +10:00
parent bda30aa2ea
commit 61526c32f0
No known key found for this signature in database
GPG Key ID: 4C61673F0BF197FC

View File

@ -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;
}
}