cleanup: disable some msvc warnings

This commit is contained in:
bnnm 2024-08-10 23:43:58 +02:00
parent a8163717d2
commit f605e69a69

View File

@ -6,6 +6,12 @@
<ImportGroup Label="PropertySheets" />
<!-- size mismatch warnings, should rework stuff rather than castings all the time
(plus compilers can't detect code that logically can't lose precision, such as a clamped values) -->
<PropertyGroup>
<NoWarn>C4267;C4244</NoWarn>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>