From a86eaf3b291f2eb5b58cff8a95bbbab1a67de1b2 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 17 Dec 2011 19:58:48 +0000 Subject: 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 --- usr.sbin/cpucontrol/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/cpucontrol') 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 -- cgit v1.1