mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Mixing declarations and statements is an error, so is any construct
depending on sizeof(void) (like void_ptr++) Originally committed as revision 11798 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e038b4f08
commit
aa819b9b7d
2
configure
vendored
2
configure
vendored
@ -1785,6 +1785,8 @@ check_cflags -Wpointer-arith
|
||||
check_cflags -Wredundant-decls
|
||||
check_cflags -Wno-pointer-sign
|
||||
check_cflags -Wcast-qual
|
||||
check_cflags -Werror=declaration-after-statement
|
||||
check_cflags -Werror=pointer-arith
|
||||
enabled extra_warnings && check_cflags -Winline
|
||||
|
||||
# add some linker flags
|
||||
|
Loading…
Reference in New Issue
Block a user