summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-07-06 12:15:24 +0000
committerdes <des@FreeBSD.org>2004-07-06 12:15:24 +0000
commit9d07523073d2f6d5e66c9936af00242f0a91cbc4 (patch)
tree5fb6ce044d69b178bc7da52d6f7e6eb0c9b7d7a4 /lib
parent93180ebf2d291b1bba586c96cddb79d028f53e29 (diff)
downloadFreeBSD-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 'lib')
-rw-r--r--lib/libalias/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libalias/Makefile b/lib/libalias/Makefile
index 15128fa..f59f1f7 100644
--- a/lib/libalias/Makefile
+++ b/lib/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>
OpenPOWER on IntegriCloud