[Pkg-gnupg-commit] [gnupg2] 15/20: build: Use -Werror only for the check.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Dec 1 01:51:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 04d9833e71cc9d0c087faec091c29b0b6cf69488
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Nov 20 12:32:31 2017 +0100

    build: Use -Werror only for the check.
    
    * configure.ac: Do not add -Werror to mycflags.
    --
    
    On Windows and possible also on other platforms we expect to a get a
    few errors or warnins.  Thus we can't use -Werror by default.  This is
    why we have a separate configure options --enable-werror ;-).
    
    Fixes-commit: 3ecd1a41be7c880976987d13e88342c98f37e064
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3d3a136..fb6f0da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1617,7 +1617,7 @@ if test "$GCC" = yes; then
         AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],_gcc_wopt=yes,_gcc_wopt=no)
         AC_MSG_RESULT($_gcc_wopt)
         if test x"$_gcc_wopt" = xyes ; then
-          mycflags="$mycflags -Wlogical-op -Werror"
+          mycflags="$mycflags -Wlogical-op"
         fi
 
         AC_MSG_CHECKING([if gcc supports -Wvla])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list