Revert "meson: Set -Wno-vla-cxx-extension"

This reverts commit 6f655967dc.

This should not be needed anymore.
This commit is contained in:
Jehan 2026-04-01 18:00:23 +02:00
parent 2c8d91c3cc
commit b402e7d73b

View file

@ -315,7 +315,6 @@ warning_cflags_c = [
'-Werror=implicit-function-declaration',
]
warning_cflags_cpp = [
'-Wno-vla-cxx-extension',
]
compiler_args += cc.get_supported_arguments(warning_cflags_common)