Missing break in switch in nfsserver code ?

Terry Lambert tlambert2 at mindspring.com
Thu May 15 02:23:19 PDT 2003


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


More information about the freebsd-current mailing list