Fix missing VC project options
campaignd project did not inherit warning supression for simple_wml from project/solution options.
(cherry-picked from commit 8b7eb536eb
)
This commit is contained in:
parent
bb95a35c3a
commit
140c077b6c
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue