Fix missing VC project options

campaignd project did not inherit warning supression for simple_wml from project/solution options.
This commit is contained in:
lundberg 2018-03-26 00:13:16 -05:00
parent cbec739e23
commit 8b7eb536eb

View file

@ -115,7 +115,7 @@
</ClCompile>
<ClCompile Include="..\..\src\server\simple_wml.cpp">
<ObjectFileName>$(IntDir)Server\</ObjectFileName>
<DisableSpecificWarnings>4458</DisableSpecificWarnings>
<DisableSpecificWarnings>4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />