소스 검색

Eclpise: Fix compiler warnings about uninitialized member variables

Martin Gerhardy 6 년 전
부모
커밋
0a65768068
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;