summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2017-08-24 09:00:50 +0000
committerotto <otto@openbsd.org>2017-08-24 09:00:50 +0000
commit632096914d4ce953083d963ed06b282956bf2888 (patch)
tree3dc229bd8a0b7d4d2165154a329b9c2a7de73f1e /usr.sbin/rpc.lockd
parentWhen tty is error or closed, remove client. Reported by Thomas Sattler. (diff)
downloadwireguard-openbsd-632096914d4ce953083d963ed06b282956bf2888.tar.xz
wireguard-openbsd-632096914d4ce953083d963ed06b282956bf2888.zip
Disable enum warnings after checking the code is ok. ok millert@
Diffstat (limited to 'usr.sbin/rpc.lockd')
-rw-r--r--usr.sbin/rpc.lockd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index 3b14de17419..38123e45ab4 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2017/07/10 21:30:37 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2017/08/24 09:00:50 otto Exp $
PROG = rpc.lockd
SRCS = nlm_prot_svc.c lockd.c lockd_lock.c procs.c
@@ -7,7 +7,7 @@ MAN = rpc.lockd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
-CFLAGS+= -I. -DSYSLOG
+CFLAGS+= -I. -DSYSLOG -Wno-enum-conversion
CLEANFILES= nlm_prot_svc.c nlm_prot.h