From 7e4c94f5fdc309c29fe29748996b6bf0036e0ea7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 6 Mar 2021 23:31:48 +0100 Subject: gie.cpp: use correct type in error message (CID 314813) --- src/apps/gie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(F->lineno) ); return another_failing_failure (); } -- cgit v1.2.3