Module: libav Branch: master Commit: c07d56a684372e5001eb6ab927708082f1df9c21
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Wed Oct 3 23:00:44 2012 +0100 build: error on variable-length arrays With all the VLAs gone, make sure they never come back. Signed-off-by: Mans Rullgard <[email protected]> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index cd72f36..34680d4 100755 --- a/configure +++ b/configure @@ -3504,6 +3504,7 @@ elif enabled gcc; then check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes check_cflags -Werror=declaration-after-statement + check_cflags -Werror=vla elif enabled llvm_gcc; then check_cflags -mllvm -stack-alignment=16 elif enabled clang; then _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
