From 2300aed15d704de102b5577cd0a125bb59d2030a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 14 Mar 2014 21:11:13 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Tokarev --- configure | 1 - 1 file changed, 1 deletion(-) 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