Merge pull request #5528 from shuffle2/msvc-defalign

msvc: use 8 byte struct member alignment instead of 16
This commit is contained in:
Tilka 2017-06-04 11:36:51 +01:00 committed by GitHub
commit 734d0ae07d
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@
<WarningLevel>Level3</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<IntrinsicFunctions>true</IntrinsicFunctions>
<StructMemberAlignment>16Bytes</StructMemberAlignment>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<MinimalRebuild>false</MinimalRebuild>
<MultiProcessorCompilation>true</MultiProcessorCompilation>