aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2011-06-16 18:00:27 +0000
committerWarner Losh <imp@FreeBSD.org>2011-06-16 18:00:27 +0000
commitd996b98bea67f81ac62877fde0f8a7627043ad52 (patch)
tree160c44ec9fdada9bf4181edf13696793818a5466
parent8a71031712e69116159c35da0d734555fdda5ece (diff)
downloadsrc-d996b98bea67f81ac62877fde0f8a7627043ad52.tar.gz
src-d996b98bea67f81ac62877fde0f8a7627043ad52.zip
Setting warnings without make universe considered harmful. Revert to WARNS=0
until such time that the warnings at =2 are fixed for all platforms.
Notes
Notes: svn path=/head/; revision=223156
-rw-r--r--lib/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 6024350902af..05f099584252 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}