svn commit: r203772 - head/lib/libufs

Warner Losh imp at FreeBSD.org
Thu Feb 11 07:09:05 UTC 2010


Author: imp
Date: Thu Feb 11 07:09:04 2010
New Revision: 203772
URL: http://svn.freebsd.org/changeset/base/203772

Log:
  Back to WARNS=3.  The breakage wasn't what I thought it was :(

Modified:
  head/lib/libufs/Makefile

Modified: head/lib/libufs/Makefile
==============================================================================
--- head/lib/libufs/Makefile	Thu Feb 11 07:00:21 2010	(r203771)
+++ head/lib/libufs/Makefile	Thu Feb 11 07:09:04 2010	(r203772)
@@ -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?=	0
+WARNS?=	3
 
 CFLAGS+= -D_LIBUFS
 .if defined(LIBUFS_DEBUG)


More information about the svn-src-head mailing list