Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Build ip_sync.c with -Wno-error to avoid failing...
details: https://anonhg.NetBSD.org/src/rev/0e07ff9bd7d3
branches: trunk
changeset: 1016818:0e07ff9bd7d3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Dec 04 00:44:39 2020 +0000
description:
Build ip_sync.c with -Wno-error to avoid failing due to excessive stack
usage.
diffstat:
sys/netinet/files.ipfilter | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 6abf3ba0fdeb -r 0e07ff9bd7d3 sys/netinet/files.ipfilter
--- a/sys/netinet/files.ipfilter Fri Dec 04 00:43:00 2020 +0000
+++ b/sys/netinet/files.ipfilter Fri Dec 04 00:44:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.ipfilter,v 1.15 2012/03/23 21:30:18 christos Exp $
+# $NetBSD: files.ipfilter,v 1.16 2020/12/04 00:44:39 thorpej Exp $
defflag opt_ipfilter.h IPFILTER_LOG # logging of ip packets
defflag opt_ipfilter.h IPFILTER_DEFAULT_BLOCK
@@ -41,3 +41,4 @@
file external/bsd/ipf/netinet/radix_ipf.c ipfilter
makeoptions ipfilter CPPFLAGS+="-I$S/external/bsd/ipf"
+makeoptions ipfilter "CWARNFLAGS.ip_sync.c"+="-Wno-error"
Home |
Main Index |
Thread Index |
Old Index