-O2 compile isn't quite ready for WARNS=2 yet.

This commit is contained in:
Ruslan Ermilov 2004-10-24 10:42:15 +00:00
parent 30fdf276fb
commit 7475b21fcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136881

View file

@ -12,7 +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
WARNS?= 1
CFLAGS+= -DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include
.include <bsd.lib.mk>