[FFmpeg-cvslog] configure: enable -Werror=vla

Michael Niedermayer git at videolan.org
Sat Oct 6 14:07:16 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct  6 14:03:32 2012 +0200| [293e5423c655156f367ad35a79acc954d4f5adc1] | committer: Michael Niedermayer

configure: enable  -Werror=vla

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=293e5423c655156f367ad35a79acc954d4f5adc1
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 3b1b3bf..11519cd 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list