Eclpise: Fix compiler warnings about uninitialized member variables

This commit is contained in:
Martin Gerhardy 2019-07-08 09:19:33 +02:00 committed by Brad King
parent 5f2f16319a
commit 0a65768068

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;