meson: Set -Wno-vla-cxx-extension

As briefly discussed with @ok and @cmyk.student on IRC,
it seems reasonable, specially considering it is C++.
This commit is contained in:
Bruno Lopes 2026-03-31 18:15:08 -03:00
parent d5d0527955
commit 6f655967dc

View file

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