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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to