summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-06-16 18:00:27 +0000
committerimp <imp@FreeBSD.org>2011-06-16 18:00:27 +0000
commita005d8ef076768abf644db2bf56b5664fd926e3e (patch)
tree160c44ec9fdada9bf4181edf13696793818a5466 /lib
parentc7e47a0b817b315abc257680794d408d2fc75290 (diff)
downloadFreeBSD-src-a005d8ef076768abf644db2bf56b5664fd926e3e.zip
FreeBSD-src-a005d8ef076768abf644db2bf56b5664fd926e3e.tar.gz
Setting warnings without make universe considered harmful. Revert to WARNS=0
until such time that the warnings at =2 are fixed for all platforms.
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 6024350..05f0995 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}
OpenPOWER on IntegriCloud