mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +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.
|
Contributed by Vincent Imbimbo.
|
||||||
|
|
||||||
When given `-Wcounterexamples`/`-Wcex`, bison will now output
|
When given `-Wcounterexamples`/`-Wcex`, bison will now output
|
||||||
counterexamples for conflicts in the grammar.
|
counterexamples for conflicts.
|
||||||
|
|
||||||
**** Unifying Counterexamples
|
**** Unifying Counterexamples
|
||||||
|
|
||||||
|
|||||||
@@ -11586,7 +11586,8 @@ releases of Bison may move warnings from this category to new, more specific
|
|||||||
categories.
|
categories.
|
||||||
|
|
||||||
@item @anchor{Wall}all
|
@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
|
@item @anchor{Wnone}none
|
||||||
Turn off all the warnings.
|
Turn off all the warnings.
|
||||||
|
|||||||
Reference in New Issue
Block a user