diff --git a/map/routing_manager.cpp b/map/routing_manager.cpp index f8d5653355..579cfe04b8 100644 --- a/map/routing_manager.cpp +++ b/map/routing_manager.cpp @@ -241,6 +241,7 @@ RoutingManager::RoutingManager(Callbacks && callbacks, Delegate & delegate) m_routingSession.Init(routingStatisticsFn, [this](m2::PointD const & pt) { + UNUSED_VALUE(this); #ifdef SHOW_ROUTE_DEBUG_MARKS if (m_bmManager == nullptr) return; diff --git a/routing/world_graph.cpp b/routing/world_graph.cpp index 3f87783131..1031b5fe94 100644 --- a/routing/world_graph.cpp +++ b/routing/world_graph.cpp @@ -17,9 +17,9 @@ void WorldGraph::GetTwins(Segment const & segment, bool isOutgoing, vector