Bump version of protozero to 1.7.1 (#6999)

This commit is contained in:
Siarhei Fedartsou
2024-09-28 20:35:20 +02:00
committed by GitHub
parent 09a716a9e5
commit 4f1c62a768
300 changed files with 578 additions and 24804 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ int main(int argc, char* argv[]) {
std::size_t length = std::numeric_limits<std::size_t>::max();
while (true) {
const int c = getopt_long(argc, argv, "hl:o:", long_options, nullptr);
const int c = getopt_long(argc, argv, "hl:o:", long_options, nullptr); // NOLINT(concurrency-mt-unsafe) no threads here
if (c == -1) {
break;
}