Hi Bruno:
I am compiling from the hg development source but the warnings have been
around for a long time and you should be able to see them with released
versions as well. The following hg ids reproduce it for me:
* 1ecc78a2319d @
* c31552356c72 (bytecode-interpreter) tip
Compilation flags:
```
export CC="clang"
export CXX="clang++ --std=c++17"
export F77="gfortran"
export CFLAGS="-pipe -march=native -O3"
export CXXFLAGS="-pipe -march=native -O3"
export FFLAGS="-pipe -march=native -O3"
export LIBS="-ljemalloc"
```
Configure options:
```
../configure --enable-std-pmr-polymorphic-allocator --enable-largefile
--enable-year2038 --enable-threads=posix --enable-64 --enable-openmp
--enable-readline --enable-fftw-threads --disable-java --enable-docs
--disable-lib-visibility-flags --with-openssl=yes --with-qt=6
```
```
$ grep WARNINGS config.status
"_CPPFLAGS AMCOND_ENABLE_BYTECODE_EVALUATOR_FALSE
AMCOND_ENABLE_BYTECODE_EVALUATOR_TRUE OCTAVE_UNICODE_EXE_LDFLAGS
GL_CFLAG_GNULIB_WARNINGS GL_CFLAG_"\
"ALLOW_WARNINGS gltests_WITNESS GL_COND_OBJ_WMEMPCPY_FALSE
GL_COND_OBJ_WMEMPCPY_TRUE GL_COND_OBJ_WMEMCHR_FALSE
GL_COND_OBJ_WMEMCHR_TRUE GL_COND_OBJ_W"\
S["GL_CFLAG_GNULIB_WARNINGS"]=" -Wno-cast-qual -Wno-conversion
-Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function
-Wno-unused-parameter -Wno-float-conversion -Wimp"\
S["GL_CFLAG_ALLOW_WARNINGS"]="-Wno-error"
```
Thanks,
Arun