summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-02-11 04:45:08 +0000
committerimp <imp@FreeBSD.org>2010-02-11 04:45:08 +0000
commitbe7547b38501513ff615d3a089ba793ac0970447 (patch)
tree7f55377de996bd88e83e03540ff58976ea11a026 /lib
parent52ba27d6b0156c296bb50f3105048256313b14fb (diff)
downloadFreeBSD-src-be7547b38501513ff615d3a089ba793ac0970447.zip
FreeBSD-src-be7547b38501513ff615d3a089ba793ac0970447.tar.gz
Increased warnings weren't tested on ARM. Bump warnings back down to
0 until it can be properly tested by those raising the warnings. Remember: make universe is required when changing the WARNS level.
Diffstat (limited to 'lib')
-rw-r--r--lib/libufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index c9232ef..1fd13f4 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -16,7 +16,7 @@ MLINKS+= ufs_disk_close.3 ufs_disk_fillout.3
MLINKS+= ufs_disk_close.3 ufs_disk_fillout_blank.3
MLINKS+= ufs_disk_close.3 ufs_disk_write.3
-WARNS?= 3
+WARNS?= 0
CFLAGS+= -D_LIBUFS
.if defined(LIBUFS_DEBUG)
OpenPOWER on IntegriCloud