Skip to content

Commit

Permalink
Suppress VC warning 4706 for campaignd
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Mar 26, 2018
1 parent cf70a6b commit d322e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectfiles/VC14/campaignd.vcxproj
Expand Up @@ -115,7 +115,7 @@
</ClCompile>
<ClCompile Include="..\..\src\server\simple_wml.cpp">
<ObjectFileName>$(IntDir)Server\</ObjectFileName>
<DisableSpecificWarnings>4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DisableSpecificWarnings>4706;4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit d322e1f

Please sign in to comment.