From 7475b21fcc2ff989cdeec9c9ebfdf420ed57c71e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 24 Oct 2004 10:42:15 +0000 Subject: [PATCH] -O2 compile isn't quite ready for WARNS=2 yet. --- lib/libsmb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile index 392d265decd..7a4e2ea8fd1 100644 --- a/lib/libsmb/Makefile +++ b/lib/libsmb/Makefile @@ -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