diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-06 14:03:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-06 14:03:32 +0200 |
commit | 293e5423c655156f367ad35a79acc954d4f5adc1 (patch) | |
tree | cd0792a5347f3b357f1dfecea99a9d253aa2717a /configure | |
parent | 24702a91e4f0455030d03b0489a3149ee6db01a4 (diff) | |
download | ffmpeg-293e5423c655156f367ad35a79acc954d4f5adc1.tar.gz |
configure: enable -Werror=vla
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |