From: Joel E. Denny Date: Sun, 27 Mar 2011 19:46:29 +0000 (-0400) Subject: * NEWS (2.5): Document fix for -Wno-KEY. X-Git-Tag: v2.7.90~607 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/86408959da5eddf26493eef64f049034a7849e2a?ds=inline * NEWS (2.5): Document fix for -Wno-KEY. (cherry picked from commit 248dba53cb3a33b6cea83050263080f6f000fbfe) --- diff --git a/ChangeLog b/ChangeLog index 12def4de..bd642258 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-03-27 Joel E. Denny + + * NEWS (2.5): Document fix for -Wno-CATEGORY. + 2011-03-20 Joel E. Denny doc: fix confusing citation of LAC publication. diff --git a/NEWS b/NEWS index ed2b23f9..64a25704 100644 --- a/NEWS +++ b/NEWS @@ -359,6 +359,15 @@ Bison News *** 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): ** Bison now obeys -Werror and --warnings=error for warnings about