diff --git a/extractor/restriction_parser.cpp b/extractor/restriction_parser.cpp index 4038adaa1..3cd53ffff 100644 --- a/extractor/restriction_parser.cpp +++ b/extractor/restriction_parser.cpp @@ -192,10 +192,9 @@ RestrictionParser::TryParse(const osmium::Relation &relation) const break; case osmium::item_type::relation: // not yet supported, but who knows what the future holds... - continue; break; default: - BOOST_ASSERT(false); + // shouldn't ever happen break; } }