Eclpise: Fix compiler warnings about uninitialized member variables
This commit is contained in:
parent
5f2f16319a
commit
0a65768068
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user