mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Make implicit function declarations an error
Originally committed as revision 23823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f3bfe388b5
commit
765e61349c
2
configure
vendored
2
configure
vendored
@ -2697,7 +2697,7 @@ elif enabled ccc; then
|
||||
add_cflags -msg_disable unreachcode
|
||||
elif enabled gcc; then
|
||||
check_cflags -fno-tree-vectorize
|
||||
check_cflags -Werror=implicit
|
||||
check_cflags -Werror=implicit-function-declaration
|
||||
check_cflags -Werror=missing-prototypes
|
||||
elif enabled clang; then
|
||||
check_cflags -Qunused-arguments
|
||||
|
Loading…
Reference in New Issue
Block a user