mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 23:10:13 +00:00
build: error on mixed declarations and code
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
514294e8ca
commit
9d6b2077b2
1
configure
vendored
1
configure
vendored
@ -3118,6 +3118,7 @@ elif enabled gcc; then
|
|||||||
check_cflags -fno-tree-vectorize
|
check_cflags -fno-tree-vectorize
|
||||||
check_cflags -Werror=implicit-function-declaration
|
check_cflags -Werror=implicit-function-declaration
|
||||||
check_cflags -Werror=missing-prototypes
|
check_cflags -Werror=missing-prototypes
|
||||||
|
check_cflags -Werror=declaration-after-statement
|
||||||
elif enabled llvm_gcc; then
|
elif enabled llvm_gcc; then
|
||||||
check_cflags -mllvm -stack-alignment=16
|
check_cflags -mllvm -stack-alignment=16
|
||||||
elif enabled clang; then
|
elif enabled clang; then
|
||||||
|
Loading…
Reference in New Issue
Block a user