mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[Analyzers][CPP]Turn on warning 26445 (#22644)
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user