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:
Diffstat (limited to 'indexer/postcodes_matcher.cpp')
-rw-r--r--indexer/postcodes_matcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/postcodes_matcher.cpp b/indexer/postcodes_matcher.cpp
index 1cb630bad0..6be3e46fad 100644
--- a/indexer/postcodes_matcher.cpp
+++ b/indexer/postcodes_matcher.cpp
@@ -67,7 +67,7 @@ public:
case TStringSet::Status::Prefix: return isPrefix;
case TStringSet::Status::Full: return true;
}
- CHECK_SWITCH();
+ UNREACHABLE();
}
inline size_t GetMaxNumTokensInPostcode() const { return m_maxNumTokensInPostcode; }