From 6512fa7aec85ab7be41d4d7b02cde588655543bf Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 24 Dec 2011 17:54:58 +0000 Subject: [PATCH] Amend r228781 by also disabling -Warray-bounds warnings for the asr module. MFC after: 1 week --- sys/modules/asr/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile index 5873415d028..c225b25e1bc 100644 --- a/sys/modules/asr/Makefile +++ b/sys/modules/asr/Makefile @@ -12,3 +12,6 @@ SRCS+= opt_asr.h .endif .include + +CWARNFLAGS.asr.c= ${NO_WARRAY_BOUNDS} +CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}