Adding ExternalWarningLevel to the Directory.Build.props to get the default warning level for external headers to match the one we define through compile options (#1160)

This commit is contained in:
Esteban Papp
2021-06-04 18:08:52 -07:00
committed by GitHub
parent 77f0d983c8
commit 74e5090f26
@@ -15,4 +15,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<UseMultiToolTask>true</UseMultiToolTask>
<EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
</ClCompile>
</ItemDefinitionGroup>
</Project>