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:
authorYuri Gorshenin <y@maps.me>2016-07-22 18:32:50 +0300
committerYuri Gorshenin <y@maps.me>2016-07-22 18:32:50 +0300
commit727fec59f186fdf0347098e36d5e862db0f72921 (patch)
tree9cbdeb822fdb4bfe2806f0f810564cf7c3b15e28 /indexer
parente69836616a71a12164b92fbaaccfb4c220a4bc5f (diff)
[all] Fixed warnings.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/indexer_tests/editable_map_object_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/indexer_tests/editable_map_object_test.cpp b/indexer/indexer_tests/editable_map_object_test.cpp
index cfad66817d..3a56fb4967 100644
--- a/indexer/indexer_tests/editable_map_object_test.cpp
+++ b/indexer/indexer_tests/editable_map_object_test.cpp
@@ -6,7 +6,7 @@ namespace
{
using osm::EditableMapObject;
-int8_t const GetLangCode(char const * ch)
+int8_t GetLangCode(char const * ch)
{
return StringUtf8Multilang::GetLangIndex(ch);
}