From e58c149ca2067cb8717e0849b2b37e4791eedb89 Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 7 Jun 2011 04:38:33 +0000 Subject: Lower WARNS level to 3 to eliminate alignment warnings related to casting inherent in CMSG_DATA(). --- usr.sbin/rtsold/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/rtsold/Makefile') diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile index c7c93af..efc322c 100644 --- a/usr.sbin/rtsold/Makefile +++ b/usr.sbin/rtsold/Makefile @@ -19,6 +19,7 @@ MAN= rtsold.8 MLINKS= rtsold.8 rtsol.8 SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c +WARNS?= 3 CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H DPADD= ${LIBKVM} LDADD= -lkvm -- cgit v1.1