From 099f8ecbe9e998c7d18349a9429e95b060ef3082 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Dec 2001 01:57:47 +0000 Subject: Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike --- bin/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile.inc') diff --git a/bin/Makefile.inc b/bin/Makefile.inc index d29f43a..29cd22b 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -4,6 +4,7 @@ BINDIR?= /bin CFLAGS+= -Wall -Wformat NOSHARED?= YES +WARNS?= 2 .if exists (${.CURDIR}/../../secure) -- cgit v1.1