summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-12-29 16:30:19 +0100
committerNicolas George <nicolas.george@normalesup.org>2011-12-29 16:30:19 +0100
commit377dfa3d9915fed6c21a6e14525b825f32380540 (patch)
tree00ffc455907b409709577e243abc30cf02399d18 /configure
parentbf5cc805190b5811b786a454f01cccf9a7e366b9 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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