summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd/Makefile
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-21 23:05:13 +0000
committeralfred <alfred@FreeBSD.org>2002-03-21 23:05:13 +0000
commit454845084c112df969ca14adced4fd6c1d7305b6 (patch)
tree3803bbc9aa92aa787705912debcb53a710b7472a /usr.sbin/rpc.lockd/Makefile
parent1ee4de1e6508c8ff2104db4ef76298600f39f2a9 (diff)
downloadFreeBSD-src-454845084c112df969ca14adced4fd6c1d7305b6.zip
FreeBSD-src-454845084c112df969ca14adced4fd6c1d7305b6.tar.gz
Bring code to WARNS=3 level. Mostly fix unused variables.
Diffstat (limited to 'usr.sbin/rpc.lockd/Makefile')
-rw-r--r--usr.sbin/rpc.lockd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index de786a1..fd625f4 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -6,7 +6,7 @@ MAN= rpc.lockd.8
MLINKS= rpc.lockd.8 lockd.8
SRCS= kern.c nlm_prot_svc.c lockd.c lock_proc.c lockd_lock.c
NO_WERROR= YES
-WARNS?= 1
+WARNS?= 3
CFLAGS+= -I. -I${DESTDIR}/usr/include/rpcsvc
OpenPOWER on IntegriCloud