diff options
author | luigi <luigi@FreeBSD.org> | 2009-01-27 09:04:29 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-01-27 09:04:29 +0000 |
commit | f4b57841c3cf52109143f86f3798d83728f97f3c (patch) | |
tree | c97ccea96e5e824569d72d837e05ca7516819c03 /sbin | |
parent | 3b18b2924ea6e30ef99df6e1b7ceea64aab6a611 (diff) | |
download | FreeBSD-src-f4b57841c3cf52109143f86f3798d83728f97f3c.zip FreeBSD-src-f4b57841c3cf52109143f86f3798d83728f97f3c.tar.gz |
I believe this is safe to build with WARNS=2 now
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 023f682..06dd40f 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -2,7 +2,7 @@ PROG= ipfw SRCS= ipfw2.c -WARNS?= 0 +WARNS?= 2 MAN= ipfw.8 .include <bsd.prog.mk> |