summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-19 15:46:15 +0000
committerdim <dim@FreeBSD.org>2011-12-19 15:46:15 +0000
commit9d3568341135ec9ae6015b817b71b7c887ae098f (patch)
tree5d5a0025842e583ebfe533d8e8d07831452ed401 /sbin
parent3a1f4384a11bb02c9788b4d5eb8445512c06c089 (diff)
downloadFreeBSD-src-9d3568341135ec9ae6015b817b71b7c887ae098f.zip
FreeBSD-src-9d3568341135ec9ae6015b817b71b7c887ae098f.tar.gz
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
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastctl/Makefile1
-rw-r--r--sbin/hastd/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile
index af946a2..e7cd9cb 100644
--- a/sbin/hastctl/Makefile
+++ b/sbin/hastctl/Makefile
@@ -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
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index d22e389..2a4a9ce 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -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
OpenPOWER on IntegriCloud