Browse Source

ENH: fix warning

Bill Hoffman 20 years ago
parent
commit
a6a20d8ce2
1 changed files with 0 additions and 1 deletions
  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] != '\"')
       {