diff options
author | marcel <marcel@FreeBSD.org> | 2011-06-07 04:38:33 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2011-06-07 04:38:33 +0000 |
commit | e58c149ca2067cb8717e0849b2b37e4791eedb89 (patch) | |
tree | eae4d0787520a4d11203b2687b0edc26f152e881 /usr.sbin | |
parent | fc6d16c51a63bc3546bee06416e71d6dc1f1e6dd (diff) | |
download | FreeBSD-src-e58c149ca2067cb8717e0849b2b37e4791eedb89.zip FreeBSD-src-e58c149ca2067cb8717e0849b2b37e4791eedb89.tar.gz |
Lower WARNS level to 3 to eliminate alignment warnings related to
casting inherent in CMSG_DATA().
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |