doc: fix definition of -Wall

* doc/bison.texi (Diagnostics): here.
This commit is contained in:
Akim Demaille
2020-07-23 07:03:38 +02:00
parent 5cb74cacd8
commit 79e68b6c4d
2 changed files with 3 additions and 2 deletions

2
NEWS
View File

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

View File

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