mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-25 17:47:25 +08:00
Error on missing function prototypes with gcc
This makes it an error to not have a prototype in scope for a function with external linkage. The flag is only enabled for gcc due to -Werror=type not working with all compilers. Originally committed as revision 22313 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
1
configure
vendored
1
configure
vendored
@ -2752,6 +2752,7 @@ elif enabled ccc; then
|
|||||||
elif enabled gcc; then
|
elif enabled gcc; then
|
||||||
check_cflags -fno-tree-vectorize
|
check_cflags -fno-tree-vectorize
|
||||||
check_cflags -Werror=implicit
|
check_cflags -Werror=implicit
|
||||||
|
check_cflags -Werror=missing-prototypes
|
||||||
elif enabled clang; then
|
elif enabled clang; then
|
||||||
check_cflags -Qunused-arguments
|
check_cflags -Qunused-arguments
|
||||||
elif enabled armcc; then
|
elif enabled armcc; then
|
||||||
|
Reference in New Issue
Block a user