1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-09 10:42:29 +02: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:
Hendrik Leppkes 2015-12-07 16:01:41 +01:00
commit 357c62657a

1
configure vendored
View File

@ -5711,6 +5711,7 @@ check_cflags -Wno-pointer-to-int-cast
check_cflags -Wstrict-prototypes
check_cflags -Wempty-body
enabled extra_warnings && check_cflags -Winline
enabled extra_warnings && check_cflags -Wcast-qual
check_disable_warning(){
warning_flag=-W${1#-Wno-}