summaryrefslogtreecommitdiff
path: root/lib/libsmb
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-10-19 18:07:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-10-19 18:07:26 +0000
commita152ca4f14ab8a9228a8af3f7b9e2c1d383faa5b (patch)
treec77480f3dfa72c214f24dcfce11a5f041f7f1177 /lib/libsmb
parentec27f11411bbf8ef73a6df12df6b10b5aa4c02c6 (diff)
downloadsrc-test-a152ca4f14ab8a9228a8af3f7b9e2c1d383faa5b.tar.gz
src-test-a152ca4f14ab8a9228a8af3f7b9e2c1d383faa5b.zip
libsmb is now WARNS 2 clean on 64-bit platforms.
Notes
Notes: svn path=/head/; revision=136702
Diffstat (limited to 'lib/libsmb')
-rw-r--r--lib/libsmb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile
index fab82f8e76732..392d265decddc 100644
--- a/lib/libsmb/Makefile
+++ b/lib/libsmb/Makefile
@@ -12,6 +12,7 @@ SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
kiconv.c \
nb.c nb_name.c nb_net.c nbns_rq.c
+WARNS?= 2
CFLAGS+= -DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include
.include <bsd.lib.mk>