Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/pf Code is fixed, so hiding the warning is not n...
details: https://anonhg.NetBSD.org/src/rev/2cff1ce02fa6
branches: trunk
changeset: 359652:2cff1ce02fa6
user: maya <maya%NetBSD.org@localhost>
date: Mon Feb 19 16:21:36 2018 +0000
description:
Code is fixed, so hiding the warning is not necessary any more.
diffstat:
sys/modules/pf/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (18 lines):
diff -r e2f56d2589f9 -r 2cff1ce02fa6 sys/modules/pf/Makefile
--- a/sys/modules/pf/Makefile Mon Feb 19 16:10:42 2018 +0000
+++ b/sys/modules/pf/Makefile Mon Feb 19 16:21:36 2018 +0000
@@ -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 @@
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>
Home |
Main Index |
Thread Index |
Old Index