Procházet zdrojové kódy

ENH: remove warning

Bill Hoffman před 18 roky
rodič
revize
ada4252c56
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
Source/cmake.cxx

@@ -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";