svn commit: r229215 - stable/9/usr.sbin/cpucontrol

Dimitry Andric dim at FreeBSD.org
Sun Jan 1 21:50:21 UTC 2012


Author: dim
Date: Sun Jan  1 21:50:21 2012
New Revision: 229215
URL: http://svn.freebsd.org/changeset/base/229215

Log:
  MFC r228658:
  
  Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only built
  for x86, any alignment warnings can be safely ignored.

Modified:
  stable/9/usr.sbin/cpucontrol/Makefile
Directory Properties:
  stable/9/usr.sbin/cpucontrol/   (props changed)

Modified: stable/9/usr.sbin/cpucontrol/Makefile
==============================================================================
--- stable/9/usr.sbin/cpucontrol/Makefile	Sun Jan  1 21:46:16 2012	(r229214)
+++ stable/9/usr.sbin/cpucontrol/Makefile	Sun Jan  1 21:50:21 2012	(r229215)
@@ -4,4 +4,6 @@ PROG=	cpucontrol
 MAN=	cpucontrol.8
 SRCS=	cpucontrol.c intel.c amd.c
 
+NO_WCAST_ALIGN=
+
 .include <bsd.prog.mk>


More information about the svn-src-stable-9 mailing list