]> git.saurik.com Git - bison.git/commitdiff
* configure.in: Try using -Wformat when compiling.
authorAkim Demaille <akim@epita.fr>
Fri, 3 Aug 2001 09:45:17 +0000 (09:45 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Aug 2001 09:45:17 +0000 (09:45 +0000)
ChangeLog
configure.in

index 1f09904d7d0f9823306e914136dd9126c225e7ad..e8674fb66dc4b5e00d28da73e1761c031e85de5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-03  Akim Demaille  <akim@epita.fr>
+
+       * configure.in: Try using -Wformat when compiling.
+
 2001-08-03  Akim Demaille  <akim@epita.fr>
 
        * configure.in: Bump to 1.28b.
 2001-08-03  Akim Demaille  <akim@epita.fr>
 
        * configure.in: Bump to 1.28b.
index 7ac00733d22da2e8d259baa6b7dcebe770e6afdb..5fa45f095ce4ef7a189d3c4ca456b1c4b5d22908 100644 (file)
@@ -34,6 +34,7 @@ if test "${enableval}" = yes; then
   BISON_WARNING(-Wbad-function-cast)
   BISON_WARNING(-Wcast-align)
   BISON_WARNING(-Wcast-qual)
   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)
   BISON_WARNING(-Wmissing-declarations)
   BISON_WARNING(-Wmissing-prototypes)
   BISON_WARNING(-Wnested-externs)