mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 13:14:26 +02:00
Silence warning on VS
This commit is contained in:
2
tz.cpp
2
tz.cpp
@@ -1452,7 +1452,7 @@ find_rule_for_zone(const std::pair<const Rule*, const Rule*>& eqr,
|
|||||||
const Rule* prev_rule = nullptr;
|
const Rule* prev_rule = nullptr;
|
||||||
while (r != nullptr)
|
while (r != nullptr)
|
||||||
{
|
{
|
||||||
bool found;
|
bool found = false;
|
||||||
switch (r->mdt().zone())
|
switch (r->mdt().zone())
|
||||||
{
|
{
|
||||||
case tz::utc:
|
case tz::utc:
|
||||||
|
Reference in New Issue
Block a user