aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-03-14 21:11:13 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2014-04-18 10:33:36 +0400
commit2300aed15d704de102b5577cd0a125bb59d2030a (patch)
tree6f8de599cc4c1674f7c59a88b71e706a74af67fb /configure
parente40cdb0e6efb795e4d19368987d53e3e4ae19cf7 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index f073072d38..b08afc3fb8 100755
--- a/configure
+++ b/configure
@@ -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