add missing break
This commit is contained in:
parent
7cb585c1a1
commit
c7d889bf9e
@ -197,6 +197,7 @@ RestrictionParser::TryParse(osmium::Relation &relation) const
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
BOOST_ASSERT(false);
|
BOOST_ASSERT(false);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user