diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-07 16:01:41 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-07 16:01:41 +0100 |
commit | 357c62657a3d856262f1454816e5f94b90df54ff (patch) | |
tree | 4df77715b82df70da0dcb9695c29f43363d679ab /configure | |
parent | 8cfa7beffc5cb0f38766ff61b7af333e40aeeffe (diff) | |
parent | cb49bb10ca7fcff2e382d9d989232b1a7f28e7da (diff) | |
download | ffmpeg-357c62657a3d856262f1454816e5f94b90df54ff.tar.gz |
Merge commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da'
* commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da':
build: Move -Wcast-qual to the extra_warnings
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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-} |