From 0d37a8763d9a5169ee2cb71a0281f859ca159b87 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 26 Jul 2018 02:00:39 +0200 Subject: Avoid "implicit fallthrough" warnings in the generated code. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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, 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 -- cgit v1.2.1