summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-07-26 02:00:39 +0200
committerBruno Haible <bruno@clisp.org>2018-07-26 02:00:39 +0200
commit0d37a8763d9a5169ee2cb71a0281f859ca159b87 (patch)
treedb4dfdfef3b646d9cbfd719f0640d9a9136773ba /NEWS
parent13c9383b10872525688ef2b4daab090037ea3576 (diff)
downloadgperf-0d37a8763d9a5169ee2cb71a0281f859ca159b87.tar.gz
Avoid "implicit fallthrough" warnings in the generated code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14deb90..8412142 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ New in 3.2:
Unix line terminators (LF).
Note: This is an incompatible change. If you want to use a keyword that
ends in a CR byte, such as xyz<CR>, write it as "xyz\r".
+* The generated code avoids "implicit fallthrough" warnings in 'switch'
+ statements.
New in 3.1:
* The generated C code is now in ANSI-C by default. If you want to support