fix warning : code not reached

This commit is contained in:
Jane Tournois 2019-05-17 13:32:34 +02:00 committed by Laurent Rineau
parent 4d47fd5978
commit 3f96a41f93
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ walk_to_next_2()
if( get<0>(_cur)->neighbor(lk) != get<0>(_prev) ) {
// Check the edge itself
switch( CGAL::coplanar_orientation( *vert[get<2>(_cur)], *vert[get<3>(_cur)], *vert[lk], _target ) ) {
_prev = _cur;
//_prev = _cur; //code not reached
case COLLINEAR:
// The target lies in this cell.
get<0>(_cur) = Cell_handle();