diff options
author | njl <njl@FreeBSD.org> | 2004-07-30 21:43:21 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-07-30 21:43:21 +0000 |
commit | 941a15ae99cc0252acd241ea5e407eb00a540858 (patch) | |
tree | ecb87c43ae36783dd1cf40900840abdf48cebebe /usr.sbin/ancontrol | |
parent | ada4725d0c1359a2609f2ba93f52b2448a5fe719 (diff) | |
download | FreeBSD-src-941a15ae99cc0252acd241ea5e407eb00a540858.zip FreeBSD-src-941a15ae99cc0252acd241ea5e407eb00a540858.tar.gz |
Drop WARNS down to 3 since sparc64 still has justified complaints about
bad casts.
Noticed by: johan
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r-- | usr.sbin/ancontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ancontrol/Makefile b/usr.sbin/ancontrol/Makefile index 113043b..b0f66cd 100644 --- a/usr.sbin/ancontrol/Makefile +++ b/usr.sbin/ancontrol/Makefile @@ -3,7 +3,7 @@ PROG= ancontrol MAN= ancontrol.8 -WARNS?= 6 +WARNS?= 3 CFLAGS+= -DANCACHE -I${.CURDIR}/../../sys DPADD= ${LIBMD} |