mirror of
https://github.com/reactos/CMake.git
synced 2025-03-05 18:37:46 +00:00
ENH: remove warning
This commit is contained in:
parent
b479c6a8a9
commit
ada4252c56
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user