svn commit: r228658 - head/usr.sbin/cpucontrol

Dimitry Andric dim at FreeBSD.org
Sat Dec 17 19:58:49 UTC 2011


Author: dim
Date: Sat Dec 17 19:58:48 2011
New Revision: 228658
URL: http://svn.freebsd.org/changeset/base/228658

Log:
  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

Modified:
  head/usr.sbin/cpucontrol/Makefile

Modified: head/usr.sbin/cpucontrol/Makefile
==============================================================================
--- head/usr.sbin/cpucontrol/Makefile	Sat Dec 17 19:53:08 2011	(r228657)
+++ head/usr.sbin/cpucontrol/Makefile	Sat Dec 17 19:58:48 2011	(r228658)
@@ -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>


More information about the svn-src-all mailing list