diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-26 14:25:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-26 14:25:27 +0100 |
| commit | 920ecd18f02d67d3344a3be979748586755a2cf6 (patch) | |
| tree | c1a752cdde7f32019553a5c68844364a9d1e493c /src | |
| parent | 473a8c133be66af64c227e7d24cb0031ebc6ebd7 (diff) | |
| download | PROJ-920ecd18f02d67d3344a3be979748586755a2cf6.tar.gz PROJ-920ecd18f02d67d3344a3be979748586755a2cf6.zip | |
cct.cpp: silence Coverity CID 193536
Diffstat (limited to 'src')
| -rw-r--r-- | src/apps/cct.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/cct.cpp b/src/apps/cct.cpp index 34bf0777..87a60e2f 100644 --- a/src/apps/cct.cpp +++ b/src/apps/cct.cpp @@ -228,6 +228,7 @@ int main(int argc, char **argv) { fout = stdout; + /* coverity[tainted_data] */ o = opt_parse (argc, argv, "hvI", "cdozts", longflags, longkeys); if (nullptr==o) return 0; |
