aboutsummaryrefslogtreecommitdiff
path: root/src/apps/gie.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-07 11:57:55 +0100
committerGitHub <noreply@github.com>2021-03-07 11:57:55 +0100
commit4cc4e038bc9ac868156884f58b02d89849962f08 (patch)
tree6402b7c11f07f3cc1aa06680a98b5935cc96872b /src/apps/gie.cpp
parent5b9d009293db4021b57a4949f467f2dd1081870a (diff)
parente3b0dda249ad58ed6cf0f7ed44924659b9fee50f (diff)
downloadPROJ-4cc4e038bc9ac868156884f58b02d89849962f08.tar.gz
PROJ-4cc4e038bc9ac868156884f58b02d89849962f08.zip
Merge pull request #2560 from rouault/coverityscan_fixes
Several fixes/improvements spotted by CoverityScan
Diffstat (limited to 'src/apps/gie.cpp')
-rw-r--r--src/apps/gie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp
index 95c7da34..07c06dd9 100644
--- a/src/apps/gie.cpp
+++ b/src/apps/gie.cpp
@@ -958,7 +958,7 @@ Tell GIE what to expect, when transforming the ACCEPTed input
err_const_from_errno(proj_errno(T.P)),
proj_errno (T.P),
expect_failure_with_errno,
- F->lineno
+ static_cast<int>(F->lineno)
);
return another_failing_failure ();
}