Magic_Game/projects/kiwano/suppress_warning.ruleset

7 lines
323 B
Plaintext
Raw Permalink Normal View History

2020-05-17 20:19:03 +08:00
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="suppress_warning" ToolsVersion="16.0">
<Include Path="nativerecommendedrules.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
<Rule Id="C26812" Action="None" />
</Rules>
</RuleSet>