mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[Analyzers][CPP]Turn on warning 4701 (#22151)
This commit is contained in:
@@ -267,7 +267,7 @@ ZoneIndexSet Layout::GetCombinedZoneRange(const ZoneIndexSet& initialZones, cons
|
||||
ZoneIndexSet combinedZones, result;
|
||||
std::set_union(begin(initialZones), end(initialZones), begin(finalZones), end(finalZones), std::back_inserter(combinedZones));
|
||||
|
||||
RECT boundingRect;
|
||||
RECT boundingRect{};
|
||||
bool boundingRectEmpty = true;
|
||||
|
||||
for (ZoneIndex zoneId : combinedZones)
|
||||
|
||||
Reference in New Issue
Block a user