1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Disable warnings for duktape in vcxproj

This commit is contained in:
Ted John
2022-01-22 10:35:37 +00:00
parent c57a046a31
commit 7fd780e758

View File

@@ -945,7 +945,9 @@
<ClCompile Include="world/TileElementBase.cpp" />
<ClCompile Include="world\TileInspector.cpp" />
<ClCompile Include="world\Wall.cpp" />
<ClCompile Include="..\thirdparty\duktape\duktape.cpp" />
<ClCompile Include="..\thirdparty\duktape\duktape.cpp">
<WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>