[cmake-commits] hoffman committed cmake.cxx 1.347 1.348

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 1 17:19:13 EST 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv13905

Modified Files:
	cmake.cxx 
Log Message:
ENH: remove warning


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- cmake.cxx	1 Jan 2008 20:13:41 -0000	1.347
+++ cmake.cxx	1 Jan 2008 22:19:11 -0000	1.348
@@ -3822,7 +3822,7 @@
       {
       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";



More information about the Cmake-commits mailing list