mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: fix definition of -Wall
* doc/bison.texi (Diagnostics): here.
This commit is contained in:
2
NEWS
2
NEWS
@@ -19,7 +19,7 @@ GNU Bison NEWS
|
||||
Contributed by Vincent Imbimbo.
|
||||
|
||||
When given `-Wcounterexamples`/`-Wcex`, bison will now output
|
||||
counterexamples for conflicts in the grammar.
|
||||
counterexamples for conflicts.
|
||||
|
||||
**** Unifying Counterexamples
|
||||
|
||||
|
||||
@@ -11586,7 +11586,8 @@ releases of Bison may move warnings from this category to new, more specific
|
||||
categories.
|
||||
|
||||
@item @anchor{Wall}all
|
||||
All the warnings except @code{dangling-alias} and @code{yacc}.
|
||||
All the warnings except @code{counterexamples}, @code{dangling-alias} and
|
||||
@code{yacc}.
|
||||
|
||||
@item @anchor{Wnone}none
|
||||
Turn off all the warnings.
|
||||
|
||||
Reference in New Issue
Block a user