]> git.saurik.com Git - bison.git/commit - ChangeLog
Don't let -Wnone disable -Werror.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 27 Mar 2011 19:39:25 +0000 (15:39 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sat, 9 Apr 2011 17:00:06 +0000 (13:00 -0400)
commitbf0e44e87c31bbab569c76e94ced6f4230e69f1f
tree9ef8adec66d647f81cd196fc35315dd023aa458d
parent86408959da5eddf26493eef64f049034a7849e2a
Don't let -Wnone disable -Werror.

Discussed at
<http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00009.html>.
* NEWS (2.5): Document.
* src/getargs.c (flags_argmatch): Accept a new argument that
specifies what flags "all" and thus "none" affect.
(FLAGS_ARGMATCH): Update flags_argmatch invocation.
* tests/input.at (-Werror is not affected by -Wnone and -Wall):
New test group.
(cherry picked from commit dab9663283437092d17af8ede75f3aff33380d53)
ChangeLog
NEWS
src/getargs.c
tests/input.at