diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2005-11-13 03:25:39 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2005-11-13 03:25:39 +0000 |
commit | 1b0bc1b2ebe04170f05f98310288d1f5e074d7e5 (patch) | |
tree | 16269043a44764e9851d0713079ec6f0cc2202e9 /sbin/mount_msdosfs | |
parent | 0a33882365376955f961dc3f061cf3efa36dd2e5 (diff) | |
download | FreeBSD-src-1b0bc1b2ebe04170f05f98310288d1f5e074d7e5.zip FreeBSD-src-1b0bc1b2ebe04170f05f98310288d1f5e074d7e5.tar.gz |
Increase WARNS level to 6.
Diffstat (limited to 'sbin/mount_msdosfs')
-rw-r--r-- | sbin/mount_msdosfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile index 273ac01..8752f0d 100644 --- a/sbin/mount_msdosfs/Makefile +++ b/sbin/mount_msdosfs/Makefile @@ -10,7 +10,7 @@ LDADD= -lkiconv MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} -WARNS?= 2 +WARNS?= 6 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv |