mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be too
disruptive to actually fix all the warnings, and the code hasn't been maintained for several years. MFC after: 1 week
This commit is contained in:
parent
5323d72245
commit
650fd1e4e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228612
@ -1,6 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
WARNS?= 2
|
||||
NO_WFORMAT=
|
||||
NO_WARRAY_BOUNDS=
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter
|
||||
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools
|
||||
|
Loading…
Reference in New Issue
Block a user