svn commit: r228865 - head/sys/modules/asr

Dimitry Andric dim at FreeBSD.org
Sat Dec 24 17:54:59 UTC 2011


Author: dim
Date: Sat Dec 24 17:54:58 2011
New Revision: 228865
URL: http://svn.freebsd.org/changeset/base/228865

Log:
  Amend r228781 by also disabling -Warray-bounds warnings for the asr
  module.
  
  MFC after:	1 week

Modified:
  head/sys/modules/asr/Makefile

Modified: head/sys/modules/asr/Makefile
==============================================================================
--- head/sys/modules/asr/Makefile	Sat Dec 24 15:49:52 2011	(r228864)
+++ head/sys/modules/asr/Makefile	Sat Dec 24 17:54:58 2011	(r228865)
@@ -12,3 +12,6 @@ SRCS+=	opt_asr.h
 .endif
 
 .include <bsd.kmod.mk>
+
+CWARNFLAGS.asr.c=	${NO_WARRAY_BOUNDS}
+CWARNFLAGS+=		${CWARNFLAGS.${.IMPSRC:T}}


More information about the svn-src-head mailing list