BIND 10 trac2831-2, updated. 280c214e65906ed791586500830424d3803afbe4 [2831-2] set -Wall and -Wextra to detect possible warnings more accurately.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 13 21:56:03 UTC 2013


The branch, trac2831-2 has been updated
       via  280c214e65906ed791586500830424d3803afbe4 (commit)
      from  4c61a60766bde37a14a920de6cba86a09ce8168c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 280c214e65906ed791586500830424d3803afbe4
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Mar 13 21:55:30 2013 +0000

    [2831-2] set -Wall and -Wextra to detect possible warnings more accurately.

-----------------------------------------------------------------------

Summary of changes:
 m4macros/ax_boost_for_bind10.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/m4macros/ax_boost_for_bind10.m4 b/m4macros/ax_boost_for_bind10.m4
index a22ab74..349b1e6 100644
--- a/m4macros/ax_boost_for_bind10.m4
+++ b/m4macros/ax_boost_for_bind10.m4
@@ -118,7 +118,7 @@ BOOST_MAPPED_FILE_CXXFLAG=
 CXXFLAGS_SAVED="$CXXFLAGS"
 try_flags="no"
 if test "X$GXX" = "Xyes"; then
-  CXXFLAGS="$CXXFLAGS -Werror"
+  CXXFLAGS="$CXXFLAGS -Wall -Wextra -Werror"
   try_flags="$try_flags -Wno-error"
 fi
 # clang can cause false positives with -Werror without -Qunused-arguments



More information about the bind10-changes mailing list