Re: [PATCH v3] Use fallthrough attribute
Hi - On Sat, Feb 10, 2018 at 03:26:43AM +0100, Mark Wielaard wrote: > I added ChangeLog entries and pushed it to master. What's a ChangeLog entry? :-) - FChE
Re: [PATCH v3] Use fallthrough attribute
Hi Joshua, On Fri, Feb 09, 2018 at 10:27:18AM -0600, Joshua Watt wrote: > Use __attribute__ ((fallthrough)) to indicate switch case fall through > instead of a comment. This ensure that the fallthrough warning is not > triggered even if the file is pre-processed (hence stripping the > comments) be