]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/iterators/segment_iterator.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / geometry / test / iterators / segment_iterator.cpp
index bd38221758d0fe16e284bd8ec90fae60030be96d..79be776ae5e95f2191915add988f8a8dd0aaf3da 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, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
@@ -169,6 +171,8 @@ struct test_segment_iterator_of_geometry
                                  std::string const& header,
                                  bool check_num_segments)
     {
+        boost::ignore_unused(header);
+
         typedef bg::segment_iterator<G const> segment_iterator;
 
         test_iterator_concepts<G const>();