diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-18 22:02:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-26 10:08:54 +0100 |
| commit | 8198bb580a5640415e09b8fd3533ffaa11317ca6 (patch) | |
| tree | 61b68db0d946e19c3b71f590320babda05886510 /src/PJ_horner.cpp | |
| parent | 8211f48b1ac6c941f46a8f2df90bdbfdcbc85981 (diff) | |
| download | PROJ-8198bb580a5640415e09b8fd3533ffaa11317ca6.tar.gz PROJ-8198bb580a5640415e09b8fd3533ffaa11317ca6.zip | |
cpp conversion: fix remaining warnings
Diffstat (limited to 'src/PJ_horner.cpp')
| -rw-r--r-- | src/PJ_horner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_horner.cpp b/src/PJ_horner.cpp index 3a1b7cca..73977de6 100644 --- a/src/PJ_horner.cpp +++ b/src/PJ_horner.cpp @@ -408,7 +408,7 @@ static PJ *horner_freeup (PJ *P, int errlev) { /* Destruc } -static int parse_coefs (PJ *P, double *coefs, char *param, int ncoefs) { +static int parse_coefs (PJ *P, double *coefs, const char *param, int ncoefs) { char *buf, *init, *next = nullptr; int i; |
