Commit 2300aed1 authored by Stefan Weil's avatar Stefan Weil Committed by Michael Tokarev
Browse files

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: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent e40cdb0e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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