mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 02:38:37 -06:00
clang-tidy: fix bugprone-reserved-identifier warnings
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user