diff options
author | ru <ru@FreeBSD.org> | 2009-10-19 16:00:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2009-10-19 16:00:24 +0000 |
commit | 763b9ae1f84c34313cd6617611f6269bfa151b66 (patch) | |
tree | e4ddc2d8bac2fea0bfd2aabd8451289e9adf00ae /sbin/mount_unionfs | |
parent | 85b92382975dcce3c4e75db4f6d039ac9c2ce510 (diff) | |
download | FreeBSD-src-763b9ae1f84c34313cd6617611f6269bfa151b66.zip FreeBSD-src-763b9ae1f84c34313cd6617611f6269bfa151b66.tar.gz |
Switch the default WARNS level for sbin/ to 6.
Submitted by: Ulrich Spörlein
Diffstat (limited to 'sbin/mount_unionfs')
-rw-r--r-- | sbin/mount_unionfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 35158ab..276fc74 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -7,7 +7,6 @@ MAN= mount_unionfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-I${MOUNT} -WARNS?= 6 .PATH: ${MOUNT} |