[Analyzers][CPP]Turn on warning 26445 (#22644)

This commit is contained in:
sosssego
2022-12-18 11:31:43 +00:00
committed by GitHub
parent c2325181ea
commit 2f6d512614
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
<Rule Id="C26441" Action="Error" />
<Rule Id="C26443" Action="Error" />
<Rule Id="C26444" Action="Error" />
<Rule Id="C26445" Action="Info" />
<Rule Id="C26445" Action="Error" />
<Rule Id="C26446" Action="Info" />
<Rule Id="C26447" Action="Info" />
<Rule Id="C26448" Action="Info" />

View File

@@ -173,7 +173,7 @@ int runner(bool isProcessElevated, bool openSettings, std::string settingsWindow
knownModules.emplace_back(VCM_PATH);
}
for (const auto& moduleSubdir : knownModules)
for (auto moduleSubdir : knownModules)
{
try
{