Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 02:21:55 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Ian Dowse <iedowse@maths.tcd.ie>
Cc:        current@freebsd.org
Subject:   Re: Missing break in switch in nfsserver code ?
Message-ID:  <3EC35C33.4E39A94B@mindspring.com>
References:  <200305142215.aa09295@salmon.maths.tcd.ie>

next in thread | previous in thread | raw e-mail | index | archive | help
Ian Dowse wrote:
> >If it is intentional, we should make it with "/* fall through */"
> 
> Good idea.

The correct way to shut up real lint is:

	/* FALLSTHROUGH */

It's in the same category as:

	/* ARGSUSED */

-- Terry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EC35C33.4E39A94B>