Author: dim
Date: Fri Dec 16 23:43:58 2011
New Revision: 228607
URL: http://svn.freebsd.org/changeset/base/228607
Log:
Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.
MFC after: 1 week
Modified:
head/sbin/routed/rtquery/Makefile
Modified: head/sbin/routed/rtquery/Makefile
==============================================================================
--- head/sbin/routed/rtquery/Makefile Fri Dec 16 23:42:25 2011
(r228606)
+++ head/sbin/routed/rtquery/Makefile Fri Dec 16 23:43:58 2011
(r228607)
@@ -7,5 +7,6 @@ MAN= rtquery.8
LDADD= -lmd
DPADD= ${LIBMD}
WARNS?= 3
+NO_WARRAY_BOUNDS=
.include <bsd.prog.mk>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"