summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-20 20:46:09 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-20 20:46:09 +0000
commitaed04ffd6affacc6aa6503c4790693dd93e8bd29 (patch)
tree8183d652998c55592dca1025fc66de92f904b813 /usr.sbin
parentc3a007e30c3e5083cbc5376dade5e6ec6ccbb4e0 (diff)
zap -Werror and -Wcast-align
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/Makefile b/usr.sbin/bgpd/Makefile
index 1649d6550b0..40ed15f99d4 100644
--- a/usr.sbin/bgpd/Makefile
+++ b/usr.sbin/bgpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2003/12/20 15:10:33 henning Exp $
+# $OpenBSD: Makefile,v 1.4 2003/12/20 20:46:08 henning Exp $
PROG= bgpd
SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \
@@ -6,9 +6,8 @@ SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CLFAGS+= -Wmissing-declarations -Wredundant-decls
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
+CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
-CFLAGS+= -Werror
YFLAGS=
NOMAN=