mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Eclpise: Fix compiler warnings about uninitialized member variables
This commit is contained in:
committed by
Brad King
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;
|
||||
|
||||
Reference in New Issue
Block a user