add maybe_unused

This commit is contained in:
Jane Tournois 2024-03-28 11:46:35 +01:00
parent 24defa5dd5
commit aef0f80336
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public:
FT sum = 0;
for (const auto& neighbor : search)
{
const auto& [pi, size, dimension] = neighbor.first;
[[maybe_unused]] const auto& [pi, size, dimension] = neighbor.first;
// todo : should we discard points when dim != dimension?
sum += size;