From 1b0bc1b2ebe04170f05f98310288d1f5e074d7e5 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 13 Nov 2005 03:25:39 +0000 Subject: [PATCH] Increase WARNS level to 6. --- sbin/mount_msdosfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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