forked from organicmaps/organicmaps
Compile warning fix.
This commit is contained in:
parent
0458557756
commit
dd7186b48b
1 changed files with 1 additions and 3 deletions
|
@ -343,9 +343,7 @@ m2::PointD GetPointForTurn(IRoutingResult const & result, size_t outgoingSegment
|
|||
ASSERT_LESS(index.m_segmentIndex, segments.size(), ());
|
||||
RoutePointIndex nextIndex;
|
||||
|
||||
vector<Junction> const & path = segments[index.m_segmentIndex].m_path;
|
||||
ASSERT(!path.empty(), ());
|
||||
|
||||
ASSERT(!segments[index.m_segmentIndex].m_path.empty(), ());
|
||||
m2::PointD point = GetPointByIndex(segments, index);
|
||||
m2::PointD nextPoint;
|
||||
size_t count = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue