mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
configure: Add -Wstrict-prototypes to CFLAGS if available.
This commit is contained in:
parent
2886f6759f
commit
c2ed91de84
1
configure
vendored
1
configure
vendored
@ -2992,6 +2992,7 @@ check_cflags -Wwrite-strings
|
|||||||
check_cflags -Wtype-limits
|
check_cflags -Wtype-limits
|
||||||
check_cflags -Wundef
|
check_cflags -Wundef
|
||||||
check_cflags -Wmissing-prototypes
|
check_cflags -Wmissing-prototypes
|
||||||
|
check_cflags -Wstrict-prototypes
|
||||||
enabled extra_warnings && check_cflags -Winline
|
enabled extra_warnings && check_cflags -Winline
|
||||||
|
|
||||||
# add some linker flags
|
# add some linker flags
|
||||||
|
Loading…
Reference in New Issue
Block a user