From 97f06e4c5ed8bb6cf1b7b2a8419131e9280747a1 Mon Sep 17 00:00:00 2001 From: Alexander Saprykin Date: Fri, 4 Sep 2020 14:50:16 +0200 Subject: Fix compiling warnings when using GCC 4.8.x --- include/proj/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/proj/util.hpp') diff --git a/include/proj/util.hpp b/include/proj/util.hpp index 84c93366..3d85e579 100644 --- a/include/proj/util.hpp +++ b/include/proj/util.hpp @@ -692,7 +692,7 @@ class CodeList { //! @endcond protected: explicit CodeList(const std::string &nameIn) : name_(nameIn) {} - CodeList(const CodeList &other) = default; + CodeList(const CodeList &) = default; CodeList &operator=(const CodeList &other); private: -- cgit v1.2.3