Explorar o código

Eclpise: Fix compiler warnings about uninitialized member variables

Martin Gerhardy %!s(int64=6) %!d(string=hai) anos
pai
achega
0a65768068
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;