Re: [exim] gcc 8.3 warnings and local scan

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] gcc 8.3 warnings and local scan
On 12/12/2019 09:40, David Saez Padros via Exim-users wrote:
> I'm getting this warnings when compiling local scan functions with
> gcc 8.3 and Exim 4.93
>
> geoip.c:16:11: warning: implicit declaration of function ‘string_copy’;
> did you mean ‘strncpy’? [-Wimplicit-function-declaration]
>   *yield = string_copy(US"Bad number of arguments");


It is a #define in local_scan.h - did you #include that?

--
Cheers,
Jeremy