W32 VS projects: disabled specific compiler warning on ARM

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-05-24 14:18:21 +03:00
parent b5e991f0dd
commit 8b70295262
@@ -14,6 +14,7 @@
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>BUILDING_MHD_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4746;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
<Subsystem>WINDOWS</Subsystem>