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:
authorSergey Yershov <syershov@maps.me>2017-01-13 13:48:35 +0300
committerSergey Yershov <syershov@maps.me>2017-01-13 19:09:10 +0300
commitb449b488587ed836adad64a198f1cf8707714c74 (patch)
tree2379d851e2ba59039cd0b56abd3f0a559f276fbe /indexer/ftypes_matcher.cpp
parentf7efe4fd53d99a2d0b178abc24ff0ad2c2a0dcb5 (diff)
Fix warnings.
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index d8bd57b50b..ec939f1880 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -488,9 +488,9 @@ IsLocalityChecker const & IsLocalityChecker::Instance()
return inst;
}
-uint32_t GetPopulation(FeatureType const & ft)
+uint64_t GetPopulation(FeatureType const & ft)
{
- uint32_t population = ft.GetPopulation();
+ uint64_t population = ft.GetPopulation();
if (population < 10)
{