diff options
author | James Darnley <james.darnley@gmail.com> | 2014-04-04 01:18:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-04 01:37:17 +0200 |
commit | 7307a7fd936e9d228d331b67613d5c9454ad4476 (patch) | |
tree | 45f147f308e03fe292d127fa2ba98666880bde8c | |
parent | 8710ee11d75eebc17e7d63bc6ffb91766933bd68 (diff) | |
download | ffmpeg-7307a7fd936e9d228d331b67613d5c9454ad4476.tar.gz |
configure: check and use -Wempty-body
Would have shown the trailing semi-colon in lavu/log.c that broke detection of
256 colour capable terminals.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4776,6 +4776,7 @@ check_cflags -Wundef check_cflags -Wmissing-prototypes check_cflags -Wno-pointer-to-int-cast check_cflags -Wstrict-prototypes +check_cflags -Wempty-body enabled extra_warnings && check_cflags -Winline check_disable_warning(){ |