mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
cleanup: disable some msvc warnings
This commit is contained in:
parent
a8163717d2
commit
f605e69a69
@ -6,6 +6,12 @@
|
|||||||
|
|
||||||
<ImportGroup Label="PropertySheets" />
|
<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">
|
<PropertyGroup Label="Configuration">
|
||||||
<PlatformToolset>v143</PlatformToolset>
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user