Eclpise: Fix compiler warnings about uninitialized member variables

This commit is contained in:
Martin Gerhardy
2019-07-09 11:08:50 -04:00
committed by Brad King
parent 5f2f16319a
commit 0a65768068
+2
View File
@@ -44,6 +44,8 @@ void AppendDictionary(cmXMLWriter& xml, const char* key, T const& value)
cmExtraEclipseCDT4Generator::cmExtraEclipseCDT4Generator()
{
this->IsOutOfSourceBuild = false;
this->GenerateSourceProject = false;
this->SupportsVirtualFolders = true;
this->GenerateLinkedResources = true;
this->SupportsGmakeErrorParser = true;