summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2018-02-19 16:21:36 +0000
committermaya <maya@NetBSD.org>2018-02-19 16:21:36 +0000
commit348fc5281f9aa92de2da693c2717d0217f16ab05 (patch)
tree345b901feddf57aabf11e93d3ff443d4290a2b64 /sys/modules
parente23e3d4d04c6b75c3cac71f0b66028fb7500bd70 (diff)
Code is fixed, so hiding the warning is not necessary any more.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/pf/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile
index 7820d25882e..d9eccbc4bc0 100644
--- a/sys/modules/pf/Makefile
+++ b/sys/modules/pf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/02/12 22:18:36 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2018/02/19 16:21:36 maya Exp $
.include "../Makefile.inc"
@@ -20,8 +20,4 @@ SRCS+= tcp_rndiss.c
CPPFLAGS+= -I${S}/dist/pf -I${S} -DINET6 -DINET
-.if ${HAVE_GCC:U0} == "6"
-COPTS.pf_table.c+= -Wno-error=shift-negative-value
-.endif
-
.include <bsd.kmodule.mk>