summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-08-17 16:48:03 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-08-17 16:48:03 +0000
commitfbacccb0496e1b88832873ee5de456339c78a7c0 (patch)
tree19f8d2f5bfc02a0e9ba3ffe38d057737e465a3d5
parentc48ae515e75bf0e24b0f4ee39344372f76ab984e (diff)
Remove -Wredundant-decls from CFLAGS
-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