Commit 293e5423 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: enable -Werror=vla

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 24702a91
......@@ -3911,7 +3911,7 @@ elif enabled gcc; then
check_optflags -fno-tree-vectorize
check_cflags -Werror=implicit-function-declaration
check_cflags -Werror=missing-prototypes
# check_cflags -Werror=vla
check_cflags -Werror=vla
elif enabled llvm_gcc; then
check_cflags -mllvm -stack-alignment=16
elif enabled clang; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment