diff options
author | imp <imp@FreeBSD.org> | 2010-02-11 07:09:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-02-11 07:09:04 +0000 |
commit | 9c8581b59c3456026c2dccc53e2c38ec33caa078 (patch) | |
tree | e0280dc1d13bc3a1ceee8250381f9e5e320e8d5b /lib/libufs | |
parent | 33a35ba3656f195a38293d2e2f8564f3f4377433 (diff) | |
download | FreeBSD-src-9c8581b59c3456026c2dccc53e2c38ec33caa078.zip FreeBSD-src-9c8581b59c3456026c2dccc53e2c38ec33caa078.tar.gz |
Back to WARNS=3. The breakage wasn't what I thought it was :(
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 1fd13f4..c9232ef 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) |