summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-03-27 15:46:29 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-03-27 19:51:03 -0400
commit248dba53cb3a33b6cea83050263080f6f000fbfe (patch)
tree06a233a0245309e347351c6da914144344580413
parent20cc714980c65f0035ae8dc60a562d6f86530af1 (diff)
downloadbison-248dba53cb3a33b6cea83050263080f6f000fbfe.tar.gz
* NEWS (2.5): Document fix for -Wno-KEY.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97c0906d..07b11499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
Implement no-XXX arguments for --warnings, --report, --trace.
diff --git a/NEWS b/NEWS
index 423cd7e0..b8664833 100644
--- a/NEWS
+++ b/NEWS
@@ -300,6 +300,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