mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 02:33:04 +00:00
Merge commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da'
* commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da': build: Move -Wcast-qual to the extra_warnings Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
357c62657a
1
configure
vendored
1
configure
vendored
@ -5711,6 +5711,7 @@ check_cflags -Wno-pointer-to-int-cast
|
|||||||
check_cflags -Wstrict-prototypes
|
check_cflags -Wstrict-prototypes
|
||||||
check_cflags -Wempty-body
|
check_cflags -Wempty-body
|
||||||
enabled extra_warnings && check_cflags -Winline
|
enabled extra_warnings && check_cflags -Winline
|
||||||
|
enabled extra_warnings && check_cflags -Wcast-qual
|
||||||
|
|
||||||
check_disable_warning(){
|
check_disable_warning(){
|
||||||
warning_flag=-W${1#-Wno-}
|
warning_flag=-W${1#-Wno-}
|
||||||
|
Loading…
Reference in New Issue
Block a user