clang-tidy: address modernize-use-default-member-init lints

This commit is contained in:
Ben Boeckel
2022-05-17 12:49:23 -04:00
committed by Brad King
parent 437789db07
commit a5f8cbe8b1
54 changed files with 109 additions and 212 deletions

View File

@@ -41,5 +41,5 @@ protected:
std::string const Script;
bool const Code;
cmLocalGenerator* LocalGenerator;
bool AllowGenex;
bool AllowGenex = false;
};