diff mbox

configure: Remove redundant message for -Werror

Message ID 1394827873-28729-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil March 14, 2014, 8:11 p.m. UTC
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>
---
 configure |    1 -
 1 file changed, 1 deletion(-)

Comments

Michael Tokarev April 7, 2014, 9:18 a.m. UTC | #1
15.03.2014 00:11, Stefan Weil wrote:
> 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.

Applied - finally - to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/configure b/configure
index 8c2838e..1efb438 100755
--- a/configure
+++ b/configure
@@ -4041,7 +4041,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