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:
parent
d5d0527955
commit
6f655967dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue