The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=553022aba541d68d83fefd8e516434e1ce6d356e
commit 553022aba541d68d83fefd8e516434e1ce6d356e Author: John Baldwin <[email protected]> AuthorDate: 2023-06-09 22:35:32 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2023-06-09 22:35:32 +0000 ipf: Remove no-longer-needed NO_WARRAY_BOUNDS. --- sbin/ipf/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 1f256a343b9a..1b24587b8e54 100644 --- a/sbin/ipf/Makefile.inc +++ b/sbin/ipf/Makefile.inc @@ -4,7 +4,6 @@ WARNS?= 2 NO_WFORMAT= -NO_WARRAY_BOUNDS= CFLAGS+= -I${SRCTOP}/sys CFLAGS+= -I${SRCTOP}/sys/netpfil/ipfilter
