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
