From c02fbedfee7094bf42667fefd817c1ec56a65148 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sun, 13 Nov 2005 01:40:36 +0000 Subject: [PATCH] Increase WARNS level to 6 --- sbin/mount_cd9660/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 044985cecc8..0602d9bbd29 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -9,7 +9,7 @@ LDADD= -lkiconv MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} -WARNS?= 0 +WARNS?= 6 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv