]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/srs/projections/factory.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / srs / projections / factory.hpp
index 0fddb0a27c39233212338ad299fdfd2fd82e08f7..156fece801c38c41bd3f1948e677f71a860b7aef 100644 (file)
@@ -2,8 +2,8 @@
 
 // Copyright (c) 2008-2012 Barend Gehrels, Amsterdam, the Netherlands.
 
-// This file was modified by Oracle on 2017-2020.
-// Modifications copyright (c) 2017-2020, Oracle and/or its affiliates.
+// This file was modified by Oracle on 2017-2021.
+// Modifications copyright (c) 2017-2021, Oracle and/or its affiliates.
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Use, modification and distribution is subject to the Boost Software License,
@@ -145,7 +145,7 @@ struct factory_key<srs::detail::proj4_parameters>
     {
         return par.id.name;
     }
-    static const char* get(const char* name, srs::dpar::value_proj id)
+    static const char* get(const char* name, srs::dpar::value_proj )
     {
         return name;
     }
@@ -160,7 +160,7 @@ struct factory_key<srs::dpar::parameters<T> >
     {
         return par.id.id;
     }
-    static srs::dpar::value_proj get(const char* name, srs::dpar::value_proj id)
+    static srs::dpar::value_proj get(const char* , srs::dpar::value_proj id)
     {
         return id;
     }