소스 검색

ENH: fix warning

Bill Hoffman 20 년 전
부모
커밋
a6a20d8ce2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Source/cmLocalGenerator.cxx

+ 0 - 1
Source/cmLocalGenerator.cxx

@@ -1088,7 +1088,6 @@ const char* cmLocalGenerator::GetIncludeFlags(const char* lang)
       includeFlags << includeFlag;
       flagUsed = true;
       }
-    includeFlags;
     std::string includePath = this->ConvertToOutputForExisting(i->c_str());
     if(quotePaths && includePath.size() && includePath[0] != '\"')
       {