mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00

- The MSVC warning C26493 was broken in VS 2022 17.11. It has been fixed in 17.12 - Update .clang-tidy. Disable new but not useful warnings.
16 lines
711 B
XML
16 lines
711 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="Default Rules for CharLS code" Description="These rules are for the VS static analyzer." ToolsVersion="16.0">
|
|
<IncludeAll Action="Error" />
|
|
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native">
|
|
<Rule Id="C26426" Action="None" />
|
|
<Rule Id="C26429" Action="None" />
|
|
<Rule Id="C26446" Action="None" />
|
|
<Rule Id="C26459" Action="None" />
|
|
<Rule Id="C26472" Action="None" />
|
|
<Rule Id="C26481" Action="None" />
|
|
<Rule Id="C26482" Action="None" />
|
|
<Rule Id="C26485" Action="None" />
|
|
<Rule Id="C26490" Action="None" />
|
|
<Rule Id="C26494" Action="None" />
|
|
</Rules>
|
|
</RuleSet> |