summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-01-22 15:38:37 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2021-01-27 13:45:45 (GMT)
commitca505718f45bbb5353618f953028197efc16b874 (patch)
tree8e4e9a228fa971dae26320c70f6409ff1db20eef /Source
parentb3b6ede6a1e04d43c95eb816e6b710b63adc84b3 (diff)
downloadCMake-ca505718f45bbb5353618f953028197efc16b874.zip
CMake-ca505718f45bbb5353618f953028197efc16b874.tar.gz
CMake-ca505718f45bbb5353618f953028197efc16b874.tar.bz2
clang-tidy: fix `readability-redundant-string-init` warnings
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalNinjaGenerator.cxx1
-rw-r--r--Source/cmScriptGenerator.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx
index 7229101..b8ad1a0 100644
--- a/Source/cmLocalNinjaGenerator.cxx
+++ b/Source/cmLocalNinjaGenerator.cxx
@@ -40,7 +40,6 @@
cmLocalNinjaGenerator::cmLocalNinjaGenerator(cmGlobalGenerator* gg,
cmMakefile* mf)
: cmLocalCommonGenerator(gg, mf, mf->GetState()->GetBinaryDirectory())
- , HomeRelativeOutputPath("")
{
}
diff --git a/Source/cmScriptGenerator.cxx b/Source/cmScriptGenerator.cxx
index adc0679..3f6b754 100644
--- a/Source/cmScriptGenerator.cxx
+++ b/Source/cmScriptGenerator.cxx
@@ -11,7 +11,6 @@ cmScriptGenerator::cmScriptGenerator(std::string config_var,
std::vector<std::string> configurations)
: RuntimeConfigVariable(std::move(config_var))
, Configurations(std::move(configurations))
- , ConfigurationName("")
, ConfigurationTypes(nullptr)
, ActionsPerConfig(false)
{