Revert "build: error on mixed declarations and code"

This reverts commit 9d6b2077b2.

This error is annoying while debugging, and if someone disables it for
convenience, it raises the odds of leaving ffmpeg unbuildable by default.
This commit is contained in:
Nicolas George 2011-12-29 16:30:19 +01:00
parent bf5cc80519
commit 377dfa3d99
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -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