It also broke several jobs in CI. The fix is very simple https://github.com/apache/httpd/pull/516
On Thu, Feb 13, 2025 at 5:08 PM jean-frederic clere <jfcl...@gmail.com> wrote: > On 2/12/25 10:43 AM, ic...@apache.org wrote: > > + worker_score* const ws = > > + &ap_scoreboard_image->servers[sbh->child_num][sbh->thread_num]; > > that gives: > +++ > scoreboard.c:663:5: error: ISO C90 forbids mixed declarations and code > [-Werror=declaration-after-statement] > 663 | worker_score* const ws = > | ^~~~~~~~~~~~ > cc1: all warnings being treated as errors > +++ > In my tests :-( > > -- > Cheers > > Jean-Frederic > >