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}}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to