diff --git a/tz.cpp b/tz.cpp index a05a9ce..f7d10da 100644 --- a/tz.cpp +++ b/tz.cpp @@ -1452,7 +1452,7 @@ find_rule_for_zone(const std::pair& eqr, const Rule* prev_rule = nullptr; while (r != nullptr) { - bool found; + bool found = false; switch (r->mdt().zone()) { case tz::utc: