diff --git a/src/command_line_parser.cc b/src/command_line_parser.cc index 0cbb1eb7..3d321aed 100644 --- a/src/command_line_parser.cc +++ b/src/command_line_parser.cc @@ -1281,7 +1281,7 @@ CLParser::ParseCommandLine(int argc, char** argv) case long_option_idx_base + 30: { std::string arg = optarg; int64_t start_id; - int64_t end_id; + int64_t end_id{INT64_MAX}; size_t pos = 0; int index = 0; while (pos != std::string::npos) {