Updated bundled protozero to v1.7.0

This commit is contained in:
Denis Chaplygin
2020-10-16 10:25:52 +03:00
parent df3ed43d70
commit a8362d75b5
126 changed files with 18489 additions and 11079 deletions
@@ -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
}
}