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.
This commit is contained in:
Warner Losh 2010-02-11 04:45:08 +00:00
parent cb464c69c0
commit 178a1e6959
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203767

View File

@ -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)