diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-13 01:40:36 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-13 01:40:36 +0000 |
commit | c02fbedfee7094bf42667fefd817c1ec56a65148 (patch) | |
tree | ca3025e1018e63f832ee9e75d757acbf36854bc2 /sbin/mount_cd9660 | |
parent | fe4ad3bc064e27a08775f072b3089b9fdfdc179a (diff) |
Increase WARNS level to 6
Notes
Notes:
svn path=/head/; revision=152356
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 044985cecc87..0602d9bbd29c 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 |