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/words
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-28 02:26:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:05 +0300
commit61f3a94d90e165c1ac762dfbc2655b5844ee4102 (patch)
tree2ad2150f397de9ad75fd0740074cc4691340740f /words
parenta135919127140ab9947f7adf0b97a07ac2244047 (diff)
Warning fixes
Diffstat (limited to 'words')
-rw-r--r--words/words_tests/sorted_index_test.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/words/words_tests/sorted_index_test.cpp b/words/words_tests/sorted_index_test.cpp
index e61bda6ed4..1069ac65d4 100644
--- a/words/words_tests/sorted_index_test.cpp
+++ b/words/words_tests/sorted_index_test.cpp
@@ -61,13 +61,13 @@ namespace
return strFn;
}
- void PushBackArticleIntoVector(vector<string> & v,
- sl::Dictionary const * pDic,
- sl::Dictionary::Id id)
- {
- v.push_back("");
- pDic->ArticleById(id, v.back());
- }
+// void PushBackArticleIntoVector(vector<string> & v,
+// sl::Dictionary const * pDic,
+// sl::Dictionary::Id id)
+// {
+// v.push_back("");
+// pDic->ArticleById(id, v.back());
+// }
string KeyByIndexId(sl::SortedIndex const & idx, sl::SortedIndex::Pos id)
{