]> git.saurik.com Git - bison.git/blobdiff - NEWS
Add -Wother so -Wnone suppresses all warnings.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 423cd7e03fbe0b1c927edad49f183a8bff48486c..7584f18ebf9debede7c8ee26952e5d0d67158a2c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -300,6 +300,31 @@ 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
+
+*** The "none" category no longer disables a preceding "error":
+
+  For example, for the following command line, Bison now reports
+  errors instead of warnings for incompatibilities with POSIX Yacc:
+
+    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