summaryrefslogtreecommitdiff
path: root/external/bsd/ipf/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/ipf/Makefile.inc')
-rw-r--r--external/bsd/ipf/Makefile.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/external/bsd/ipf/Makefile.inc b/external/bsd/ipf/Makefile.inc
index f846c3765bd..d14b6a7f86a 100644
--- a/external/bsd/ipf/Makefile.inc
+++ b/external/bsd/ipf/Makefile.inc
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.8 2023/06/03 09:09:03 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.9 2023/06/03 21:26:27 lukem Exp $
WARNS?= 1 # XXX -Wcast-qual -Wshadow
CWARNFLAGS.clang+= -Wno-format -Wno-tautological-compare \
-Wno-self-assign -Wno-array-bounds \
- -Wno-error=unused-const-variable \
- -Wno-error=address-of-packed-member
-CWARNFLAGS.gcc+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
+ -Wno-error=unused-const-variable
+CWARNFLAGS+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
.include <bsd.own.mk>