clang-tidy: fix bugprone-reserved-identifier warnings

This commit is contained in:
Ben Boeckel
2021-01-22 10:33:22 -05:00
parent 675d81be6c
commit c826461d9c
13 changed files with 60 additions and 50 deletions

View File

@@ -334,7 +334,7 @@ bool HandleStringsCommand(std::vector<std::string> const& args,
arg_limit_count,
arg_length_minimum,
arg_length_maximum,
arg__maximum,
arg_maximum,
arg_regex,
arg_encoding
};