Skip to content

Commit

Permalink
Visual Studio: disable C4351 in wesnothlib
Browse files Browse the repository at this point in the history
Follow-up to commit 1703029.
  • Loading branch information
jyrkive committed Feb 19, 2018
1 parent dfbfd92 commit 77edec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projectfiles/VC12/wesnothlib.vcxproj
Expand Up @@ -77,7 +77,7 @@
<OpenMPSupport>true</OpenMPSupport>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableSpecificWarnings>4503;4127;4512;4003;4068;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DisableSpecificWarnings>4503;4351;4127;4512;4003;4068;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ForcedIncludeFiles>boost-patched/bind/arg.hpp;%(ForcedIncludeFiles)</ForcedIncludeFiles>
</ClCompile>
Expand All @@ -100,7 +100,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<DisableSpecificWarnings>4503</DisableSpecificWarnings>
<DisableSpecificWarnings>4503;4351;</DisableSpecificWarnings>
<ForcedIncludeFiles>boost-patched/bind/arg.hpp;%(ForcedIncludeFiles)</ForcedIncludeFiles>
</ClCompile>
<Lib>
Expand All @@ -122,7 +122,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<DisableSpecificWarnings>4503</DisableSpecificWarnings>
<DisableSpecificWarnings>4503;4351;</DisableSpecificWarnings>
<ForcedIncludeFiles>boost-patched/bind/arg.hpp;%(ForcedIncludeFiles)</ForcedIncludeFiles>
</ClCompile>
<Lib>
Expand Down

0 comments on commit 77edec6

Please sign in to comment.