summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-10-08 13:46:50 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-10-22 12:17:35 +0200
commit7b70847e5834fdb3265db8629167353b86b43173 (patch)
tree5ef031b73d0b4af7f672b948443094df92aaa08e
parent19d9b60787a5b9340b8adf4b3e918c356bb2bd90 (diff)
downloadbison-7b70847e5834fdb3265db8629167353b86b43173.tar.gz
NEWS: warnings with clang
* NEWS: here.
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b06a1112..220d9ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@ GNU Bison NEWS
will use YY_CALC_LIB_PARSE_H_INCLUDED as guard.
-** Fix compiler warnings in the generated parser (yacc.c)
+** Fix compiler warnings in the generated parser (yacc.c, glr.c)
The compilation of pure parsers (%define api.pure) can trigger GCC
warnings such as:
@@ -40,6 +40,10 @@ GNU Bison NEWS
This is now fixed; pragmas to avoid these warnings are no longer needed.
+ Warnings from clang ("equality comparison with extraneous parentheses" and
+ "function declared 'noreturn' should not return") have also been
+ addressed.
+
* Noteworthy changes in release 2.6.2 (2012-08-03) [stable]
** Bug fixes