On Thu, Jul 30, 2020 at 11:55:09AM +0200, Christophe JAILLET wrote:
> I've not tested yet, but looking at Steffen Land compilation error logs on
> Windows, I've been surprised by:
> 
>    Warning    C4003    modules\proxy\mod_proxy_fcgi.c    180 not enough
> arguments for function-like macro invocation 'APLOGNO'
> 
> In fact, in r1879525, r1877830 seems to be missing in what has been
> committed in 2.4.x.
> 
> I wouldn't say it is a show stopper, but I thought that we had a travis job
> for that.

Good catch!  

Unfortunately the APLOGNO() check only runs for trunk because it uses 
docs/log-message-tags/* stuff which doesn't exist outside trunk.  That 
is itself deliberate, the data is only supposed to be maintained in one 
place.

I've updated the travis test in r1880453 to check for the missing 
argument case for non-trunk, will backport if that passes.

Regards, Joe

Reply via email to