mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
* configure.in: Try using -Wformat when compiling.
This commit is contained in:
@@ -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>
|
2001-08-03 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* configure.in: Bump to 1.28b.
|
* configure.in: Bump to 1.28b.
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ if test "${enableval}" = yes; then
|
|||||||
BISON_WARNING(-Wbad-function-cast)
|
BISON_WARNING(-Wbad-function-cast)
|
||||||
BISON_WARNING(-Wcast-align)
|
BISON_WARNING(-Wcast-align)
|
||||||
BISON_WARNING(-Wcast-qual)
|
BISON_WARNING(-Wcast-qual)
|
||||||
|
BISON_WARNING(-Wformat)
|
||||||
BISON_WARNING(-Wmissing-declarations)
|
BISON_WARNING(-Wmissing-declarations)
|
||||||
BISON_WARNING(-Wmissing-prototypes)
|
BISON_WARNING(-Wmissing-prototypes)
|
||||||
BISON_WARNING(-Wnested-externs)
|
BISON_WARNING(-Wnested-externs)
|
||||||
|
|||||||
Reference in New Issue
Block a user