diff options
Diffstat (limited to 'boost/geometry/util/normalize_spheroidal_coordinates.hpp')
-rw-r--r-- | boost/geometry/util/normalize_spheroidal_coordinates.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/geometry/util/normalize_spheroidal_coordinates.hpp b/boost/geometry/util/normalize_spheroidal_coordinates.hpp index eaa686ed10..785e52a0de 100644 --- a/boost/geometry/util/normalize_spheroidal_coordinates.hpp +++ b/boost/geometry/util/normalize_spheroidal_coordinates.hpp @@ -1,5 +1,7 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) +// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland. + // Copyright (c) 2015-2017, Oracle and/or its affiliates. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle @@ -198,7 +200,7 @@ template <typename Units, bool IsEquatorial> struct latitude_convert_if_polar { template <typename T> - static inline void apply(T & lat) {} + static inline void apply(T & /*lat*/) {} }; template <typename Units> |