clang-tidy: fix performance-unnecessary-copy-initialization lints

This commit is contained in:
Ben Boeckel
2022-05-17 14:21:42 -04:00
committed by Brad King
parent 6ff03d463f
commit aa3649eb04
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ bool HandleStringsCommand(std::vector<std::string> const& args,
}
// Get the variable in which to store the results.
std::string outVar = args[2];
std::string const& outVar = args[2];
// Parse the options.
enum