The earlier warning is architecture-dependent. The warning showed up under an x64 build, but not an x86 build. The __unaligned keyword is not supported under an x86 build. Refine the preprocessor conditional.
The earlier warning is architecture-dependent. The warning showed up under an x64 build, but not an x86 build. The __unaligned keyword is not supported under an x86 build. Refine the preprocessor conditional.