Silence warning on VS

This commit is contained in:
Howard Hinnant
2017-07-03 16:48:48 -04:00
parent ea0158c779
commit 16dd16e64e

2
tz.cpp
View File

@@ -1452,7 +1452,7 @@ find_rule_for_zone(const std::pair<const Rule*, const Rule*>& eqr,
const Rule* prev_rule = nullptr;
while (r != nullptr)
{
bool found;
bool found = false;
switch (r->mdt().zone())
{
case tz::utc: