X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dab9663283437092d17af8ede75f3aff33380d53..8ffd7912e3b71fb0cc69e83225c3ad8e3452270f:/NEWS diff --git a/NEWS b/NEWS index 243ada53..7584f18e 100644 --- a/NEWS +++ b/NEWS @@ -316,6 +316,15 @@ Bison News bison -Werror,none,yacc gram.y +*** The "none" category now disables all Bison warnings. + + Previously, the "none" category disabled only Bison warnings for + which there existed a specific -W/--warning category. However, + given the following command line, Bison is now guaranteed to + suppress all warnings: + + bison -Wnone gram.y + * Changes in version 2.4.3 (2010-08-05): ** Bison now obeys -Werror and --warnings=error for warnings about