Open cbodley opened 8 months ago
Thanks! We will reproduce it, and if it is reproduced, we will plan to fix it.
Steps to reproduce are:
make clean ; ./configure CC=clang-17 ; make
or
make clean ; ./configure CC=gcc-13 CFLAGS="-Wstrict-prototypes" ; make
or
make clean ; ./configure CC=gcc-11 CFLAGS="-Wstrict-prototypes" ; make
or
make clean ; ./configure CC=gcc-17 CFLAGS="-Wstrict-prototypes" ; make
compilation fails with recent clang versions. clang 14 works, but 16 and 17 fail with: