aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-03-12 21:21:40 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-03-14 18:51:50 +0100
commit7ad9654a05451cb77e508cee00e45a695512a57c (patch)
tree006350f7f6d7845326cfcd370a09864d6cb6eb0a /src/geodesic.c
parent9edd47f207576a468d6c29cb11db70054815de19 (diff)
downloadPROJ-7ad9654a05451cb77e508cee00e45a695512a57c.tar.gz
PROJ-7ad9654a05451cb77e508cee00e45a695512a57c.zip
Add a few cppcheck suppressions
Diffstat (limited to 'src/geodesic.c')
-rw-r--r--src/geodesic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geodesic.c b/src/geodesic.c
index d62fdd99..a7e4376a 100644
--- a/src/geodesic.c
+++ b/src/geodesic.c
@@ -94,6 +94,7 @@ static void Init() {
#else
{
real minus1 = -1;
+ /* cppcheck-suppress wrongmathcall */
NaN = sqrt(minus1);
}
#endif