Re: svn commit: r1923754 - in /httpd/httpd/trunk: changes-entries/pr69579.txt include/ap_mmn.h include/scoreboard.h modules/http2/h2_mplx.c server/scoreboard.c
jean-frederic clere <[email protected]>
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/12/25 10:43 AM, [email protected] 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