mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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:
parent
bf5cc80519
commit
377dfa3d99
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user