diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2003-01-30 00:11:01 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2003-01-30 00:11:01 +0000 |
| commit | 9e8f2a17ec38c70a9a1211e06cee662c59f73cba (patch) | |
| tree | d74e831a95e6527909078c066095266096b06590 /lib/libufs | |
| parent | 9e4789cc2f555899eb020e55445861306a1224a6 (diff) | |
Notes
Diffstat (limited to 'lib/libufs')
| -rw-r--r-- | lib/libufs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile index f7a711d307356..64b0bca83b012 100644 --- a/lib/libufs/Makefile +++ b/lib/libufs/Makefile @@ -7,5 +7,6 @@ CFLAGS+= -I${.CURDIR} -D_LIBUFS .if defined(LIBUFS_DEBUG) CFLAGS+= -D_LIBUFS_DEBUGGING .endif +WARNS?= 2 .include <bsd.lib.mk> |
