Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2018-11-28 13:04:56 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-11-30 16:01:49 +0300
commit5d5af46d48bf77f3632c9b039f7ce62e2a2904d5 (patch)
tree97acd4fbbacc61760489fe54bcf571b3835948e4 /indexer/mwm_set.cpp
parent2da498b417b254a853543f68ecfc99a611cce1a0 (diff)
[base] Renamed CHECK_SWITCH to UNREACHABLE.
Diffstat (limited to 'indexer/mwm_set.cpp')
-rw-r--r--indexer/mwm_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/mwm_set.cpp b/indexer/mwm_set.cpp
index 8cdb0c77c1..c1130ee50e 100644
--- a/indexer/mwm_set.cpp
+++ b/indexer/mwm_set.cpp
@@ -452,7 +452,7 @@ string DebugPrint(MwmSet::RegResult result)
case MwmSet::RegResult::UnsupportedFileFormat:
return "UnsupportedFileFormat";
}
- CHECK_SWITCH();
+ UNREACHABLE();
}
string DebugPrint(MwmSet::Event::Type type)