Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignment

warnings in sbin/hastd/lzf.c are only emitted for i386 and amd64, and
there they can be safely ignored.

MFC after:	1 week
This commit is contained in:
dim 2011-12-19 15:46:15 +00:00
parent 3a1f4384a1
commit 9d35683411
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ SRCS+= y.tab.h
MAN= hastctl.8
NO_WFORMAT=
NO_WCAST_ALIGN=
CFLAGS+=-I${.CURDIR}/../hastd
CFLAGS+=-DHAVE_CAPSICUM
CFLAGS+=-DINET

View File

@ -20,6 +20,7 @@ SRCS+= y.tab.h
MAN= hastd.8 hast.conf.5
NO_WFORMAT=
NO_WCAST_ALIGN=
CFLAGS+=-I${.CURDIR}
CFLAGS+=-DHAVE_CAPSICUM
CFLAGS+=-DPROTO_TCP_DEFAULT_PORT=8457