1
0
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:
Dimitry Andric 2011-12-24 17:54:58 +00:00
parent 824be4a073
commit 6512fa7aec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228865

View File

@ -12,3 +12,6 @@ SRCS+= opt_asr.h
.endif
.include <bsd.kmod.mk>
CWARNFLAGS.asr.c= ${NO_WARRAY_BOUNDS}
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}