diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-02-11 04:45:08 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-02-11 04:45:08 +0000 |
| commit | 178a1e69595092c73efcd07c6d8e3f1f5d9180b5 (patch) | |
| tree | 7f55377de996bd88e83e03540ff58976ea11a026 /lib/libufs | |
| parent | cb464c69c0a932c69730ca2789b7c6cb4fa2d2ef (diff) | |
Notes
Diffstat (limited to 'lib/libufs')
| -rw-r--r-- | lib/libufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile index c9232ef54ad8..1fd13f41ca89 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) |
