diff options
author | Stefan Weil | 2014-03-14 21:11:13 +0100 |
---|---|---|
committer | Michael Tokarev | 2014-04-18 08:33:36 +0200 |
commit | 2300aed15d704de102b5577cd0a125bb59d2030a (patch) | |
tree | 6f8de599cc4c1674f7c59a88b71e706a74af67fb | |
parent | scripts: add sample model file for Coverity Scan (diff) | |
download | qemu-2300aed15d704de102b5577cd0a125bb59d2030a.tar.gz qemu-2300aed15d704de102b5577cd0a125bb59d2030a.tar.xz qemu-2300aed15d704de102b5577cd0a125bb59d2030a.zip |
configure: Remove redundant message for -Werror
The compiler flag -Werror is printed (or not printed) as any other
compiler flag which is part of QEMU_CFLAGS.
Therefore an extra output line for -Werror is redundant and can be removed.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4095,7 +4095,6 @@ echo "sparse enabled $sparse" echo "strip binaries $strip_opt" echo "profiler $profiler" echo "static build $static" -echo "-Werror enabled $werror" if test "$darwin" = "yes" ; then echo "Cocoa support $cocoa" fi |