diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2009-10-19 16:00:24 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2009-10-19 16:00:24 +0000 |
commit | 106d839190bf604806e084ce5e7dd8ee8142c1d9 (patch) | |
tree | e4ddc2d8bac2fea0bfd2aabd8451289e9adf00ae /sbin/mount_cd9660 | |
parent | 605c493e9080946e0ab6a361fdfb091a6b7fb5ca (diff) |
Switch the default WARNS level for sbin/ to 6.
Submitted by: Ulrich Spörlein
Notes
Notes:
svn path=/head/; revision=198236
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 0602d9bbd29c..b889174ffa05 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -9,7 +9,6 @@ LDADD= -lkiconv MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} -WARNS?= 6 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv |