From d996b98bea67f81ac62877fde0f8a7627043ad52 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 16 Jun 2011 18:00:27 +0000 Subject: [PATCH] Setting warnings without make universe considered harmful. Revert to WARNS=0 until such time that the warnings at =2 are fixed for all platforms. --- lib/libstand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 6024350902a..05f09958425 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -15,7 +15,7 @@ NO_PIC= INCS= stand.h MAN= libstand.3 -WARNS?= 2 +WARNS?= 0 CFLAGS+= -ffreestanding -Wformat CFLAGS+= -I${.CURDIR}