diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-13 03:25:39 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-13 03:25:39 +0000 |
| commit | 9955dcd2d8e1aad412f8bdfa062c691e605bb1cf (patch) | |
| tree | 16269043a44764e9851d0713079ec6f0cc2202e9 /sbin/mount_msdosfs | |
| parent | 825197f9a02a3f076957813ef8d655ddd2b18e8f (diff) | |
Notes
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 273ac01037c0..8752f0d848a8 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 |
