]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/iterators/point_iterator.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / geometry / test / iterators / point_iterator.cpp
index f525640a8ac4e05bf84871c6ac1c2ffc7a26c11e..346021420e2a701c08fd0fae017eb91555e5aeb8 100644 (file)
@@ -1,6 +1,8 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
 // Unit Test
 
+// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
+
 // Copyright (c) 2014-2017, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
@@ -344,6 +346,8 @@ struct test_point_iterator_of_geometry
         static inline void apply(Iterator first, Iterator last,
                                  G const& geometry)
         {
+            boost::ignore_unused(geometry);
+
             std::reverse(first, last);
 #ifdef BOOST_GEOMETRY_TEST_DEBUG
             print_point_range(std::cout, first, last, "reversed:\n")