forked from FFmpeg/FFmpeg
configure: enable -Werror=vla
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
24702a91e4
commit
293e5423c6
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue