Enable -Wvla-extension

This commit is contained in:
Robert Schulze 2022-07-14 10:17:32 +00:00
parent 439b786156
commit 72d45bdff3
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -20,7 +20,6 @@ if (COMPILER_CLANG)
# We want to get everything out of the compiler for code quality.
add_warning(everything)
add_warning(pedantic)
no_warning(vla-extension)
no_warning(zero-length-array)
no_warning(c11-extensions)
no_warning(c++98-compat-pedantic)