summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-20 23:50:28 +0000
committerobrien <obrien@FreeBSD.org>2002-10-20 23:50:28 +0000
commitddccb9e2b33e68c8a11dbbc218d733d43d95250c (patch)
treed359fd9e803c317f6e5bd4e9016893bb031fcc09 /lib/libfetch
parent41e0c909136c41245c2ef9bc94b441c09301e9ec (diff)
downloadFreeBSD-src-ddccb9e2b33e68c8a11dbbc218d733d43d95250c.zip
FreeBSD-src-ddccb9e2b33e68c8a11dbbc218d733d43d95250c.tar.gz
Use a warns setting we can catch regressions with.
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index f41cb90..96914ea 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -2,7 +2,7 @@
MAINTAINER= des@freebsd.org
LIB= fetch
-WARNS?= 4
+WARNS?= 2
CFLAGS+= -I.
CFLAGS+= -DINET6
SRCS= fetch.c common.c ftp.c http.c file.c \
@@ -17,8 +17,6 @@ DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
.endif
-NO_WERROR= yes
-
SHLIB_MAJOR= 3
ftperr.h: ftp.errors
OpenPOWER on IntegriCloud