mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 22:57:46 +00:00
[mbedtls] do not treat visual studio build warnings as errors (#2756)
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
HAVE_STDINT_H=1;
|
||||
</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4132;4242;4245;4603;4627;4986;4987;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
Reference in New Issue
Block a user