Updated bundled protozero to v1.7.0
This commit is contained in:
@@ -11,6 +11,7 @@ static std::string get_name(protozero::pbf_reader layer) { // copy!
|
||||
while (layer.next(1)) { // required string name
|
||||
return layer.get_string();
|
||||
}
|
||||
REQUIRE(false); // should never be here
|
||||
return "";
|
||||
}
|
||||
|
||||
@@ -42,6 +43,7 @@ TEST_CASE("reading vector tiles") {
|
||||
}
|
||||
} else {
|
||||
item.skip();
|
||||
REQUIRE(false); // should never be here
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user