cvs commit: src/sys/i386/include pcpu.h
Peter Wemm
peter at FreeBSD.org
Tue Jul 29 17:05:00 PDT 2003
peter 2003/07/29 17:04:59 PDT
FreeBSD src repository
Modified files:
sys/i386/include pcpu.h
Log:
Detour via (void *) to defeat gcc's strict-aliasing warnings when using
-O2 or -Os (such as 'make release').
This commit brought to you by the warning:
dereferencing type-punned pointer will break strict-aliasing rules
Revision Changes Path
1.37 +3 -3 src/sys/i386/include/pcpu.h
More information about the cvs-src
mailing list