summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-08-17 16:46:39 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-08-17 16:46:39 +0000
commitc48ae515e75bf0e24b0f4ee39344372f76ab984e (patch)
treecad64e751d590c98a28c3fc32b62e281280a9836 /usr.sbin/bgpctl
parent211559ad69e2e8810e57c600c09116acf90054df (diff)
Remove -Wredundant-decls from CFLAGS
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile
index 25cf4afb97b..6a9c38fab1c 100644
--- a/usr.sbin/bgpctl/Makefile
+++ b/usr.sbin/bgpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2006/07/25 09:44:49 henning Exp $
+# $OpenBSD: Makefile,v 1.7 2006/08/17 16:46:38 claudio Exp $
.PATH: ${.CURDIR}/../bgpd
@@ -6,7 +6,7 @@ PROG= bgpctl
SRCS= bgpctl.c parser.c buffer.c imsg.c util.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}/../bgpd