]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1345. [port] Use a explicit -Wformat with gcc. Not all versions
authorMark Andrews <marka@isc.org>
Wed, 31 Jul 2002 02:19:07 +0000 (02:19 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Jul 2002 02:19:07 +0000 (02:19 +0000)
                        include it in -Wall.

CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 465dd9fa866751b5d126497cfec3af1e1373fb3f..c4d2bcf005c35f3dd5bc08944ee91c470bd9ce04 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1345.  [port]          Use a explicit -Wformat with gcc.  Not all versions
+                       include it in -Wall.
+
 1344.  [func]          Log if the serial number on the master has gone
                        backwards.
                        If you have multiple machines specified in the masters
index ebdbf8c3d214908e95d057ab08765f6bd2598461..a9b9e491eb8a62cba6a77910a8beed39a70a84ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.326 .
+# From configure.in Revision: 1.327 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -5792,7 +5792,7 @@ MKDEPCFLAGS="-M"
 IRIX_DNSSEC_WARNINGS_HACK=""
 
 if test "X$GCC" = "Xyes"; then
-       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings"
+       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat"
 else
        case $host in
        *-dec-osf*)
index 12c4d3a95c598d2e7f729f69d0d8d504cd105ff0..e3dfd416a975ec93d4f063ba2c1c2dc6eab9df05 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.326 $)
+AC_REVISION($Revision: 1.327 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -798,7 +798,7 @@ MKDEPCFLAGS="-M"
 IRIX_DNSSEC_WARNINGS_HACK=""
 
 if test "X$GCC" = "Xyes"; then
-       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings"
+       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat"
 else
        case $host in
        *-dec-osf*)