summaryrefslogtreecommitdiff
path: root/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp')
-rw-r--r--boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp b/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp
index 928ffd47d9..1ee7554f09 100644
--- a/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp
+++ b/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp
@@ -13,6 +13,8 @@
#include <algorithm>
+#include <boost/core/ignore_unused.hpp>
+
#include <boost/geometry/index/detail/algorithms/content.hpp>
#include <boost/geometry/index/detail/algorithms/union_content.hpp>
@@ -75,7 +77,7 @@ inline void pick_seeds(Elements const& elements,
}
}
- ::boost::ignore_unused_variable_warning(parameters);
+ ::boost::ignore_unused(parameters);
}
} // namespace quadratic