supressing warning (#16594)

This commit is contained in:
Clint Rutkas
2022-03-01 06:32:23 -08:00
committed by GitHub
parent cc8d8074bb
commit 47920f50f3
3 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,9 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
<NoWarn>81010002</NoWarn>
</PropertyGroup>
<!-- Props that should be disabled while building on CI server -->
<ItemDefinitionGroup Condition="'$(CIBuild)'!='true'">
<ClCompile>