Browse Source

Disable "unknown pragma" warning on VS 2013.

cl-refactor
Tim Hughes 11 years ago
parent
commit
46fcf3b03c
  1. 2
      windows/LibEthereum.props

2
windows/LibEthereum.props

@ -10,7 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<ClCompile> <ClCompile>
<DisableSpecificWarnings>4100;4127;4258;4505;4512;4706</DisableSpecificWarnings> <DisableSpecificWarnings>4068;4100;4127;4258;4505;4512;4706</DisableSpecificWarnings>
<WarningLevel>Level4</WarningLevel> <WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError> <TreatWarningAsError>true</TreatWarningAsError>
<MinimalRebuild>false</MinimalRebuild> <MinimalRebuild>false</MinimalRebuild>

Loading…
Cancel
Save