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
path: root/editor
diff options
context:
space:
mode:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2019-05-24 18:23:54 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2019-05-28 17:12:27 +0300
commite2d0d658a527eaa3a9b267d55e6b817f5ef5b518 (patch)
tree5b6bd8e2be77782371c9af22af38aa0a86bc057e /editor
parent142e4ada6d750ed17301e84311fcbcfc7ac97e9b (diff)
Fixed warnings for gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
Diffstat (limited to 'editor')
-rw-r--r--editor/osm_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/osm_editor.cpp b/editor/osm_editor.cpp
index 4f724f83f3..b2f3351ddd 100644
--- a/editor/osm_editor.cpp
+++ b/editor/osm_editor.cpp
@@ -1291,5 +1291,6 @@ string DebugPrint(Editor::SaveResult const saveResult)
case Editor::SaveResult::NoUnderlyingMapError: return "NoUnderlyingMapError";
case Editor::SaveResult::SavingError: return "SavingError";
}
+ UNREACHABLE();
}
} // namespace osm