On Wed, Aug 16, 2017 at 02:24:10PM -0400, Nathan Sidwell wrote: > This, almost obvious, patch merges the older SIGPIPE conditional into the > new switch I added. I found the FALLTHROUGH marker needed to be outside the > #if, which was a little annoying.
True, it needs to precede the casea token. Or you can use gcc_fallthrough (); which can be inside #if/{}/... Marek