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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to