[Cmake-commits] [cmake-commits] king committed cmSystemTools.cxx 1.382 1.383

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 15 09:47:23 EDT 2008


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
COMP: Work-around bogus compiler warning.


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.382
retrieving revision 1.383
diff -C 2 -d -r1.382 -r1.383
*** cmSystemTools.cxx	14 Aug 2008 13:53:26 -0000	1.382
--- cmSystemTools.cxx	15 Aug 2008 13:47:21 -0000	1.383
***************
*** 2461,2464 ****
--- 2461,2465 ----
      }
  
+   {
    // Open the file for update.
    std::ofstream f(file.c_str(),
***************
*** 2508,2511 ****
--- 2509,2513 ----
        }
      }
+   }
  
    // Everything was updated successfully.



More information about the Cmake-commits mailing list