Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2016 09:13:06 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Conrad Meyer <cem@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r301959 - head/sys/kern
Message-ID:  <20160617061306.GS38613@kib.kiev.ua>
In-Reply-To: <CAG6CVpXDDk6uQLrj7dgjP5aNhQoq_uwF1n3eHy83Qq9E0GEeEw@mail.gmail.com>
References:  <201606161158.u5GBwkd1042632@repo.freebsd.org> <CAG6CVpXDDk6uQLrj7dgjP5aNhQoq_uwF1n3eHy83Qq9E0GEeEw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 '?'.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160617061306.GS38613>