svn commit: r301959 - head/sys/kern

Konstantin Belousov kostikbel at gmail.com
Fri Jun 17 06:13:17 UTC 2016


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 '?'.


More information about the svn-src-all mailing list