mirror of https://github.com/CGAL/cgal
add maybe_unused
This commit is contained in:
parent
24defa5dd5
commit
aef0f80336
|
|
@ -143,7 +143,7 @@ public:
|
||||||
FT sum = 0;
|
FT sum = 0;
|
||||||
for (const auto& neighbor : search)
|
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?
|
// todo : should we discard points when dim != dimension?
|
||||||
|
|
||||||
sum += size;
|
sum += size;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue