Hello,
On 05/28/2017 11:01 PM, Andreas Stieger wrote:
__attribute__ ((fallthrough));
It turns out that this may not be as portable as I thought. Instead, the attached patch adds magic comments recognized by default -Wimplicit-fallthrough=3 or break, as required.
Andreas