Browse Source

Eclpise: Fix compiler warnings about uninitialized member variables

Martin Gerhardy 6 năm trước cách đây
mục cha
commit
0a65768068
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Source/cmExtraEclipseCDT4Generator.cxx

+ 2 - 0
Source/cmExtraEclipseCDT4Generator.cxx

@@ -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;