svn commit: r222771 - head/usr.sbin/rtadvd

Hiroki Sato hrs at FreeBSD.org
Mon Jun 6 20:14:50 UTC 2011


Author: hrs
Date: Mon Jun  6 20:14:50 2011
New Revision: 222771
URL: http://svn.freebsd.org/changeset/base/222771

Log:
  Set WARNS=1 temporarily to unbreak universe.

Modified:
  head/usr.sbin/rtadvd/Makefile

Modified: head/usr.sbin/rtadvd/Makefile
==============================================================================
--- head/usr.sbin/rtadvd/Makefile	Mon Jun  6 19:33:19 2011	(r222770)
+++ head/usr.sbin/rtadvd/Makefile	Mon Jun  6 20:14:50 2011	(r222771)
@@ -23,6 +23,6 @@ LDADD=	-lutil
 
 CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO
 
-WARNS?=	6
+WARNS?=	1
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list