Skip to content

Added check to configure.ac to test if the compiler supports Wextra-semi. If...

Andy requested to merge (removed):40119 into main

Added check to configure.ac to test if the compiler supports Wextra-semi. If the test passes the flag is added to CFLAGS, if not it is omitted. Added a macro to carry out the test (source: https://github.com/autoconf-archive/autoconf-archive/commit/0e7f3286a04ad41f6fbf5247fef5401fda49ca5a / https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html) to the m4 directory. All checks passed.

This will now compile on Groovy Gorilla.

Merge request reports