aboutsummaryrefslogtreecommitdiff
path: root/src/apps
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-06 23:31:48 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-07 00:20:20 +0100
commit7e4c94f5fdc309c29fe29748996b6bf0036e0ea7 (patch)
tree752cf1b17c3946e076e6d8c7d0b9f24761b93c9b /src/apps
parent9093dc498ed984c6f54adecd40fd1e702621de39 (diff)
downloadPROJ-7e4c94f5fdc309c29fe29748996b6bf0036e0ea7.tar.gz
PROJ-7e4c94f5fdc309c29fe29748996b6bf0036e0ea7.zip
gie.cpp: use correct type in error message (CID 314813)
Diffstat (limited to 'src/apps')
-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 ();
}