diagnostics: no longer include the yacc category in -Wall
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Mar 2013 17:15:49 +0000 (18:15 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Mar 2013 17:21:44 +0000 (18:21 +0100)
commitf24695eff98c1d8c19b6d9fe8482cc2eca07e6b2
tree3035218edd5a5eef82ddbdcee6fbfad1dd582da5
parent05e25f2384b96708ffaaf01e77f432736bd99d83
diagnostics: no longer include the yacc category in -Wall

It would be a pity to warn the users against Bison features...
http://lists.gnu.org/archive/html/bison-patches/2013-02/msg00107.html

* src/complain.h, src/complain.c (Wall): Disable Wyacc.
(Weverything): New (hidden so far) category which really denotes all
the categories (what used to be Wall).
(warnings_args, warnings_types): Adjust.
(warning_argmatch): Now !none = Weverything and conversely, no longer Wall.
* NEWS, doc/bison.texi, src/getargs.c: Adjust the documentation.
* tests/input.at (-Werror is not affected by -Wnone and -Wall): Adjust
by not using a -Wyacc type of warning.
NEWS
doc/bison.texi
src/complain.c
src/complain.h
src/getargs.c
tests/input.at