From 377dfa3d9915fed6c21a6e14525b825f32380540 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Thu, 29 Dec 2011 16:30:19 +0100 Subject: [PATCH] Revert "build: error on mixed declarations and code" This reverts commit 9d6b2077b27980936efdc616e2f9c92a56b443fc. This error is annoying while debugging, and if someone disables it for convenience, it raises the odds of leaving ffmpeg unbuildable by default. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index d0f546be40..e97bcae1d4 100755 --- a/configure +++ b/configure @@ -3318,7 +3318,6 @@ elif enabled gcc; then check_cflags -fno-tree-vectorize check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes - check_cflags -Werror=declaration-after-statement elif enabled llvm_gcc; then check_cflags -mllvm -stack-alignment=16 elif enabled clang; then