aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-11-27 21:27:31 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-11-27 21:27:31 +0100
commit59b112687a9ae26425c300738a14d73ae4090476 (patch)
treea7ca7af6a468593745b64121b82291df0d29d656 /include
parent60ae9abbf9ad6b6a6f1fae5f7bb1a7da2a2a59dc (diff)
downloadPROJ-59b112687a9ae26425c300738a14d73ae4090476.tar.gz
PROJ-59b112687a9ae26425c300738a14d73ae4090476.zip
crs.hpp: add cppcheck suppression for cppcheck 1.90 of ubuntu 20.04
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index b921f4bb..8c1f9f6f 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -1410,6 +1410,7 @@ class PROJ_GCC_DLL DerivedCRSTemplate final : public DerivedCRSTraits::BaseType,
DerivedCRSTemplate(const BaseNNPtr &baseCRSIn,
const operation::ConversionNNPtr &derivingConversionIn,
const CSNNPtr &csIn);
+ // cppcheck-suppress noExplicitConstructor
PROJ_INTERNAL DerivedCRSTemplate(const DerivedCRSTemplate &other);
PROJ_INTERNAL CRSNNPtr _shallowClone() const override;