[Analyzers][CPP]Turn on warning 4457 (#22149)

This commit is contained in:
sosssego
2022-11-22 19:10:46 +00:00
committed by GitHub
parent e5f171c836
commit e50cd85e9a
3 changed files with 4 additions and 4 deletions

View File

@@ -324,7 +324,7 @@ std::pair<std::shared_ptr<WorkArea>, ZoneIndexSet> FancyZones::GetAppZoneHistory
}
else
{
for (const auto& [monitor, workArea] : workAreaMap)
for (const auto& [mon, workArea] : workAreaMap)
{
auto zoneIndexSet = workArea->GetWindowZoneIndexes(window);
if (!zoneIndexSet.empty())