include it in -Wall.
+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
#! /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.
#
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*)
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)
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*)