From 3d28af024602cce2ba963cf07f08a3384499584a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 11 Feb 2010 07:09:04 +0000 Subject: [PATCH] Back to WARNS=3. The breakage wasn't what I thought it was :( --- lib/libufs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile index 1fd13f41ca8..c9232ef54ad 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?= 0 +WARNS?= 3 CFLAGS+= -D_LIBUFS .if defined(LIBUFS_DEBUG)