From 2adfea6f6c8d20b21041adaf589369da8509cdd9 Mon Sep 17 00:00:00 2001 From: Kelly Yancey Date: Sun, 6 Jan 2002 08:47:19 +0000 Subject: [PATCH] Enable WARNS?=2. --- lib/libsbuf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index 40d6c157be78..222b4d116b08 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -2,6 +2,7 @@ LIB= sbuf SRCS= subr_sbuf.c +WARNS?= 2 .PATH: ${.CURDIR}/../../sys/kern