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/2713c8f7ff5d
branches:  trunk
changeset: 829953:2713c8f7ff5d
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 cce039974a59 -r 2713c8f7ff5d 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