diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-07-06 12:15:24 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-07-06 12:15:24 +0000 |
commit | de47739e71230510257271ca49da6184b038eb3b (patch) | |
tree | 5fb6ce044d69b178bc7da52d6f7e6eb0c9b7d7a4 /lib/libalias/Makefile | |
parent | 9fa0fd268273d90e765d9ebfe0be87ea4d64e138 (diff) | |
download | src-de47739e71230510257271ca49da6184b038eb3b.tar.gz src-de47739e71230510257271ca49da6184b038eb3b.zip |
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.
Notes
Notes:
svn path=/head/; revision=131700
Diffstat (limited to 'lib/libalias/Makefile')
-rw-r--r-- | lib/libalias/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libalias/Makefile b/lib/libalias/Makefile index 15128fa509a6..f59f1f7112dd 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> |