mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmStrCat: use character literals where possible
Found and replaced using the `cmstrcat-to-char-literal` rule for `ast-grep`.
This commit is contained in:
@@ -96,7 +96,7 @@ bool cmIncludeCommand(std::vector<std::string> const& args,
|
||||
status.GetMakefile().IssueMessage(
|
||||
MessageType::AUTHOR_WARNING,
|
||||
cmStrCat(cmPolicies::GetPolicyWarning(ModulePolicy->second),
|
||||
"\n"));
|
||||
'\n'));
|
||||
CM_FALLTHROUGH;
|
||||
}
|
||||
case cmPolicies::OLD:
|
||||
|
||||
Reference in New Issue
Block a user