svn commit: r228871 - head/sbin/ipfw

Eitan Adler eadler at FreeBSD.org
Sat Dec 24 22:37:27 UTC 2011


Author: eadler (ports committer)
Date: Sat Dec 24 22:37:27 2011
New Revision: 228871
URL: http://svn.freebsd.org/changeset/base/228871

Log:
  - Add fallthrough comment
  
  Approved by:	pluknet
  Found with:	Coverity Prevent(tm)
  CID:		10125

Modified:
  head/sbin/ipfw/main.c

Modified: head/sbin/ipfw/main.c
==============================================================================
--- head/sbin/ipfw/main.c	Sat Dec 24 19:39:02 2011	(r228870)
+++ head/sbin/ipfw/main.c	Sat Dec 24 22:37:27 2011	(r228871)
@@ -309,6 +309,7 @@ ipfw_main(int oldac, char **oldav)
 		case 'p':
 			errx(EX_USAGE, "An absolute pathname must be used "
 			    "with -p option.");
+			/* NOTREACHED */
 
 		case 'q':
 			co.do_quiet = 1;


More information about the svn-src-head mailing list