Commit 7307a7fd authored by James Darnley's avatar James Darnley Committed by Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8710ee11
......@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment