diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-03 18:37:36 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-03 18:37:36 -0700 |
| commit | c02eb27fd58352ff50827bb586818a012ffbd40c (patch) | |
| tree | 0aaa580422894d88f47debaf01af53f064d034d0 /Source/VSProps | |
| parent | c2cef72f8bf178c1fc5b0bc55fdaccd67f13aa90 (diff) | |
msvc: use 8 byte struct member alignment instead of 16
Diffstat (limited to 'Source/VSProps')
| -rw-r--r-- | Source/VSProps/Base.props | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index fb6a33c58d..00e4d41af2 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -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> |
