summaryrefslogtreecommitdiff
path: root/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp')
-rw-r--r--boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp b/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp
index 1616369da1..84f72aadcb 100644
--- a/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp
+++ b/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp
@@ -55,7 +55,7 @@ template <>
struct modify<false>
{
template <typename Ring, typename Point>
- static inline void push_back(Ring& ring, Point const& point)
+ static inline void push_back(Ring& /*ring*/, Point const& /*point*/)
{
}