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 'geocoder/types.cpp')
-rw-r--r--geocoder/types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geocoder/types.cpp b/geocoder/types.cpp
index 52b6024467..89602e418e 100644
--- a/geocoder/types.cpp
+++ b/geocoder/types.cpp
@@ -20,7 +20,7 @@ string ToString(Type type)
case Type::Building: return "building";
case Type::Count: return "count";
}
- CHECK_SWITCH();
+ UNREACHABLE();
}
string DebugPrint(Type type)