From 3f1de98b344828e5a09a22f49c9068f2de8e689d Mon Sep 17 00:00:00 2001 From: hrs Date: Mon, 6 Jun 2011 20:14:50 +0000 Subject: Set WARNS=1 temporarily to unbreak universe. --- usr.sbin/rtadvd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index e34aa3c..9dbfc99 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -23,6 +23,6 @@ LDADD= -lutil CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO -WARNS?= 6 +WARNS?= 1 .include -- cgit v1.1