* configure.in: Try using -Wformat when compiling.

This commit is contained in:
Akim Demaille
2001-08-03 09:45:17 +00:00
parent 42b45b7fab
commit 1e3e4bc116
2 changed files with 5 additions and 0 deletions

View File

@@ -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.

View 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(-Wformat)
BISON_WARNING(-Wmissing-declarations)
BISON_WARNING(-Wmissing-prototypes)
BISON_WARNING(-Wnested-externs)