On Thu, Jun 16, 2016 at 10:17:19AM -0700, Conrad Meyer wrote:
> style(9) nit: /* FALLTHROUGH */

FALLTHROUGH is only applicable when there are executable statements for
both cases, and first sequence of statements does not end in break.
Look at the switch() example right after the FALLTHROUGH requirement
in the style(9), which shows case '?'.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to