mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
Remove -Werror= CFLAGS that do not have the desired effect.
Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -1785,8 +1785,6 @@ check_cflags -Wpointer-arith
|
|||||||
check_cflags -Wredundant-decls
|
check_cflags -Wredundant-decls
|
||||||
check_cflags -Wno-pointer-sign
|
check_cflags -Wno-pointer-sign
|
||||||
check_cflags -Wcast-qual
|
check_cflags -Wcast-qual
|
||||||
check_cflags -Werror=declaration-after-statement
|
|
||||||
check_cflags -Werror=pointer-arith
|
|
||||||
enabled extra_warnings && check_cflags -Winline
|
enabled extra_warnings && check_cflags -Winline
|
||||||
|
|
||||||
# add some linker flags
|
# add some linker flags
|
||||||
|
Reference in New Issue
Block a user