diff options
author | des <des@FreeBSD.org> | 2004-07-06 12:15:24 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-07-06 12:15:24 +0000 |
commit | 9d07523073d2f6d5e66c9936af00242f0a91cbc4 (patch) | |
tree | 5fb6ce044d69b178bc7da52d6f7e6eb0c9b7d7a4 /sys | |
parent | 93180ebf2d291b1bba586c96cddb79d028f53e29 (diff) | |
download | FreeBSD-src-9d07523073d2f6d5e66c9936af00242f0a91cbc4.zip FreeBSD-src-9d07523073d2f6d5e66c9936af00242f0a91cbc4.tar.gz |
Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the
open where people can see them and hopefully fix them.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/libalias/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/libalias/Makefile b/sys/netinet/libalias/Makefile index 15128fa..f59f1f7 100644 --- a/sys/netinet/libalias/Makefile +++ b/sys/netinet/libalias/Makefile @@ -8,6 +8,7 @@ SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \ alias_nbt.c alias_pptp.c alias_proxy.c alias_skinny.c alias_smedia.c \ alias_util.c alias_old.c INCS= alias.h -WARNS?= 3 +WARNS?= 6 +NO_WERROR= true .include <bsd.lib.mk> |