ENH: remove warning

This commit is contained in:
Bill Hoffman 2008-01-01 17:19:11 -05:00
parent b479c6a8a9
commit ada4252c56
1 changed files with 1 additions and 1 deletions

View File

@ -3822,7 +3822,7 @@ int cmake::VisualStudioLinkIncremental(std::vector<std::string>& args,
{
std::cout << "Create empty: " << manifestFile.c_str() << "\n";
}
std::ofstream fout(manifestFile.c_str());
std::ofstream foutTmp(manifestFile.c_str());
}
std::string resourceFile = manifestFile;
resourceFile += ".res";