From a6a20d8ce295322ae2c47c0730b5520f38620f02 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 23 Jan 2006 17:24:18 -0500 Subject: [PATCH] ENH: fix warning --- Source/cmLocalGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 8b2bd2637..8a68ca635 100644 --- a/Source/cmLocalGenerator.cxx +++ b/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] != '\"') {