Re: catching empty APLOGNO()

2020-01-24 Thread Ruediger Pluem
On 01/24/2020 09:28 AM, Joe Orton wrote: > I'd like to catch empty APLOGNO() use in CI, I think this should be an > error and IIRC it's tripped us up in 2.4 releases in the past. Two ways > to do this are: > > 1. For #ifdef AP_DEBUG, or for some other special-case, catch and fail > at compi

catching empty APLOGNO()

2020-01-24 Thread Joe Orton
I'd like to catch empty APLOGNO() use in CI, I think this should be an error and IIRC it's tripped us up in 2.4 releases in the past. Two ways to do this are: 1. For #ifdef AP_DEBUG, or for some other special-case, catch and fail at compile-time for empty APLOGNO(). I think this should be poss