svn commit: r222803 - head/usr.sbin/rtsold

Marcel Moolenaar marcel at FreeBSD.org
Tue Jun 7 04:38:33 UTC 2011


Author: marcel
Date: Tue Jun  7 04:38:33 2011
New Revision: 222803
URL: http://svn.freebsd.org/changeset/base/222803

Log:
  Lower WARNS level to 3 to eliminate alignment warnings related to
  casting inherent in CMSG_DATA().

Modified:
  head/usr.sbin/rtsold/Makefile

Modified: head/usr.sbin/rtsold/Makefile
==============================================================================
--- head/usr.sbin/rtsold/Makefile	Tue Jun  7 02:50:14 2011	(r222802)
+++ head/usr.sbin/rtsold/Makefile	Tue Jun  7 04:38:33 2011	(r222803)
@@ -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


More information about the svn-src-all mailing list