Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 3 months ago
parent
commit
435632b737
  1. 3
      src/option_parser.cpp

3
src/option_parser.cpp

@ -204,8 +204,7 @@ _parse_and_process_kv_arg(Config::ErrVec *errs_,
static
int
_process_opt(Config &cfg,
Config::ErrVec *errs_,
_process_opt(Config::ErrVec *errs_,
const std::string &arg_)
{
std::string key;

Loading…
Cancel
Save