Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 19:58:48 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228658 - head/usr.sbin/cpucontrol
Message-ID:  <201112171958.pBHJwm1Z074474@svn.freebsd.org>

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



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