From 1e3e4bc116005fb9cfbfee627bbce6f50fcf5504 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 3 Aug 2001 09:45:17 +0000 Subject: [PATCH] * configure.in: Try using -Wformat when compiling. --- ChangeLog | 4 ++++ configure.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f09904d..e8674fb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-03 Akim Demaille + + * configure.in: Try using -Wformat when compiling. + 2001-08-03 Akim Demaille * configure.in: Bump to 1.28b. diff --git a/configure.in b/configure.in index 7ac00733..5fa45f09 100644 --- a/configure.in +++ b/configure.in @@ -34,6 +34,7 @@ if test "${enableval}" = yes; then BISON_WARNING(-Wbad-function-cast) BISON_WARNING(-Wcast-align) BISON_WARNING(-Wcast-qual) + BISON_WARNING(-Wformat) BISON_WARNING(-Wmissing-declarations) BISON_WARNING(-Wmissing-prototypes) BISON_WARNING(-Wnested-externs) -- 2.45.2