summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cpucontrol
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 19:58:48 +0000
committerdim <dim@FreeBSD.org>2011-12-17 19:58:48 +0000
commita86eaf3b291f2eb5b58cff8a95bbbab1a67de1b2 (patch)
tree173c6ba6514260bbf3664d56a0ba65576a8aa3e2 /usr.sbin/cpucontrol
parente166d57d964157004e8efbe5c153ba9b2dbc5645 (diff)
downloadFreeBSD-src-a86eaf3b291f2eb5b58cff8a95bbbab1a67de1b2.zip
FreeBSD-src-a86eaf3b291f2eb5b58cff8a95bbbab1a67de1b2.tar.gz
Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only built
for x86, any alignment warnings can be safely ignored. MFC after: 1 week
Diffstat (limited to 'usr.sbin/cpucontrol')
-rw-r--r--usr.sbin/cpucontrol/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/cpucontrol/Makefile b/usr.sbin/cpucontrol/Makefile
index 759e13d..2d51429 100644
--- a/usr.sbin/cpucontrol/Makefile
+++ b/usr.sbin/cpucontrol/Makefile
@@ -4,4 +4,6 @@ PROG= cpucontrol
MAN= cpucontrol.8
SRCS= cpucontrol.c intel.c amd.c via.c
+NO_WCAST_ALIGN=
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud