From 16dd16e64eefc5c8400854c6af42e1ac3ff0d657 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 3 Jul 2017 16:48:48 -0400 Subject: [PATCH] Silence warning on VS --- tz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: