mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Amend r228781 by also disabling -Warray-bounds warnings for the asr
module. MFC after: 1 week
This commit is contained in:
parent
824be4a073
commit
6512fa7aec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228865
@ -12,3 +12,6 @@ SRCS+= opt_asr.h
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
CWARNFLAGS.asr.c= ${NO_WARRAY_BOUNDS}
|
||||
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
|
||||
|
Loading…
Reference in New Issue
Block a user