mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
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
This commit is contained in:
parent
1605515d77
commit
5207dac8ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228658
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user