diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-26 14:12:31 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-26 14:12:31 +0100 |
| commit | 6c22035b270aa46f03e6252cd552be14d170e501 (patch) | |
| tree | 8f9260c63def0c8f7f5d9900435692b8b281ca89 /src | |
| parent | 703805a646f827971135af1b4e60087d88fed974 (diff) | |
| download | PROJ-6c22035b270aa46f03e6252cd552be14d170e501.tar.gz PROJ-6c22035b270aa46f03e6252cd552be14d170e501.zip | |
gie.cpp: silence Coverity CID 193520
Diffstat (limited to 'src')
| -rw-r--r-- | src/apps/gie.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp index 5407c0ba..a84e77ab 100644 --- a/src/apps/gie.cpp +++ b/src/apps/gie.cpp @@ -249,6 +249,7 @@ int main (int argc, char **argv) { T.ignore = 5555; /* Error code that will not be issued by proj_create() */ T.use_proj4_init_rules = FALSE; + /* coverity[tainted_data] */ o = opt_parse (argc, argv, "hlvq", "o", longflags, longkeys); if (nullptr==o) return 0; |
