svn commit: r203767 - head/lib/libufs
Warner Losh
imp at FreeBSD.org
Thu Feb 11 04:45:08 UTC 2010
Author: imp
Date: Thu Feb 11 04:45:08 2010
New Revision: 203767
URL: http://svn.freebsd.org/changeset/base/203767
Log:
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.
Modified:
head/lib/libufs/Makefile
Modified: head/lib/libufs/Makefile
==============================================================================
--- head/lib/libufs/Makefile Thu Feb 11 02:56:05 2010 (r203766)
+++ head/lib/libufs/Makefile Thu Feb 11 04:45:08 2010 (r203767)
@@ -16,7 +16,7 @@ MLINKS+= ufs_disk_close.3 ufs_disk_fillo
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)
More information about the svn-src-head
mailing list