summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-08-17 16:46:38 +0000
committerclaudio <claudio@openbsd.org>2006-08-17 16:46:38 +0000
commitfb601f312d9120b4468bae5c27aac40f71bff4dd (patch)
tree68b5fea88dc155cba4afd10718ce7ed873be6a59 /usr.sbin/dvmrpctl
parent-Wmissing-declarations -Wredundant-decls are not very useful and especially (diff)
downloadwireguard-openbsd-fb601f312d9120b4468bae5c27aac40f71bff4dd.tar.xz
wireguard-openbsd-fb601f312d9120b4468bae5c27aac40f71bff4dd.zip
Remove -Wredundant-decls from CFLAGS
Diffstat (limited to 'usr.sbin/dvmrpctl')
-rw-r--r--usr.sbin/dvmrpctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpctl/Makefile b/usr.sbin/dvmrpctl/Makefile
index 44dd54bdd14..cc9aa5c77c8 100644
--- a/usr.sbin/dvmrpctl/Makefile
+++ b/usr.sbin/dvmrpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2006/07/25 09:44:49 henning Exp $
+# $OpenBSD: Makefile,v 1.3 2006/08/17 16:48:02 claudio Exp $
.PATH: ${.CURDIR}/../dvmrpd
@@ -7,7 +7,7 @@ SRCS= buffer.c imsg.c log.c dvmrpctl.c parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+= -Wmissing-declarations -Wredundant-decls
+CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../dvmrpd