From 8198bb580a5640415e09b8fd3533ffaa11317ca6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 18 Dec 2018 22:02:44 +0100 Subject: cpp conversion: fix remaining warnings --- src/PJ_horner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PJ_horner.cpp') 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; -- cgit v1.2.3