aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_msdosfs/Makefile
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-10-22 20:11:42 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-10-22 20:11:42 +0000
commitb0e30de9d8d7ada593c57b746b5174f0edfb5e9e (patch)
treeabad4ff8d323e0a8923ffbd7573e1d152b84d24d /sbin/mount_msdosfs/Makefile
parent6bd11732588192f935e835e69ae9c48f0e4242d8 (diff)
downloadsrc-b0e30de9d8d7ada593c57b746b5174f0edfb5e9e.tar.gz
src-b0e30de9d8d7ada593c57b746b5174f0edfb5e9e.zip
Make WARNS=2 build without error.
Notes
Notes: svn path=/head/; revision=121363
Diffstat (limited to 'sbin/mount_msdosfs/Makefile')
-rw-r--r--sbin/mount_msdosfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile
index 109da85bb1fa..3874ca013679 100644
--- a/sbin/mount_msdosfs/Makefile
+++ b/sbin/mount_msdosfs/Makefile
@@ -10,7 +10,7 @@ LDADD= -lkiconv
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
-WARNS= 0
+WARNS= 2
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv