mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Analyzers][CPP]Turn on warning 26445 (#22644)
This commit is contained in:
@@ -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