On Wed, 31 Oct 2018 at 10:07, Shawn Webb <[email protected]> wrote: > > Does this need a /* FALLTHROUGH */ comment to appease the Coverity > Gods?
No, successive case statements without intervening bodies is a widely used idiom well understood by all reasonable tools. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
