Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2012 21:50:21 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229215 - stable/9/usr.sbin/cpucontrol
Message-ID:  <201201012150.q01LoLFx032524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201012150.q01LoLFx032524>