From 9955dcd2d8e1aad412f8bdfa062c691e605bb1cf Mon Sep 17 00:00:00 2001 From: Craig Rodrigues 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 273ac01037c..8752f0d848a 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