diff mbox

[PULL,09/11] configure: Remove redundant message for -Werror

Message ID 1396940651-10513-10-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Commit Message

Michael Tokarev April 8, 2014, 7:04 a.m. UTC
From: Stefan Weil <sw@weilnetz.de>

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>
---
 configure |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/configure b/configure
index 31fd3ad..1e73117 100755
--- a/configure
+++ b/configure
@@ -4092,7 +4092,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