Re: [exim] [exim-announce] Exim 4.95-RC2 released

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] [exim-announce] Exim 4.95-RC2 released
On 08/09/2021 09:01, David Restall via Exim-users wrote:
> While compiling 4.95-RC2 I'm still seeing the following warnings emitted :-
>
> cc filter.c
> filter.c: In function 'interpret_commands':
> filter.c:2018:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 2018 | else headers_charset = s; /*XXX loses track of const */


These are expected and can be ignored.

> and the source compiles clean without warnings.


Unfortunately, you've only hidden the problem.
--
Cheers,
Jeremy