* NEWS (2.5): Document fix for -Wno-KEY.

This commit is contained in:
Joel E. Denny
2011-03-27 15:46:29 -04:00
parent 20cc714980
commit 248dba53cb
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-03-27 Joel E. Denny <joeldenny@joeldenny.org>
* NEWS (2.5): Document fix for -Wno-CATEGORY.
2008-11-21 Di-an Jan <dianj@freeshell.org> 2008-11-21 Di-an Jan <dianj@freeshell.org>
Implement no-XXX arguments for --warnings, --report, --trace. Implement no-XXX arguments for --warnings, --report, --trace.

9
NEWS
View File

@@ -300,6 +300,15 @@ Bison News
*** Parser traces now print the top element of the stack. *** Parser traces now print the top element of the stack.
** -W/--warnings fixes:
*** Bison now properly recognizes the "no-" versions of categories:
For example, given the following command line, Bison now enables all
warnings except warnings for incompatibilities with POSIX Yacc:
bison -Wall,no-yacc gram.y
* Changes in version 2.4.3 (2010-08-05): * Changes in version 2.4.3 (2010-08-05):
** Bison now obeys -Werror and --warnings=error for warnings about ** Bison now obeys -Werror and --warnings=error for warnings about