Re: [RFC PATCH v2 00/78] Strict disable implicit fallthrough

2023-10-17 Thread Eric Blake
On Fri, Oct 13, 2023 at 10:56:27AM +0300, Emmanouil Pitsidianakis wrote: > /* resubmitted because git-send-email crashed with previous attempt */ > > Hello, > > This RFC is inspired by the kernel's move to -Wimplicit-fallthrough=3 > back in 2019.[0] > We take one step (or two) further by increasi

[RFC PATCH v2 00/78] Strict disable implicit fallthrough

2023-10-13 Thread Emmanouil Pitsidianakis
/* resubmitted because git-send-email crashed with previous attempt */ Hello, This RFC is inspired by the kernel's move to -Wimplicit-fallthrough=3 back in 2019.[0] We take one step (or two) further by increasing it to 5 which rejects fall through comments and requires an attribute statement. [0