[Cmake-commits] [cmake-commits] zach.mullen committed cmSystemTools.cxx 1.407 1.408

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 4 11:36:30 EST 2009


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
Fix unused param warning resulting from libarchive API change.


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.407
retrieving revision 1.408
diff -C 2 -d -r1.407 -r1.408
*** cmSystemTools.cxx	3 Nov 2009 21:50:48 -0000	1.407
--- cmSystemTools.cxx	4 Nov 2009 16:36:23 -0000	1.408
***************
*** 2056,2059 ****
--- 2056,2060 ----
  {
  #if defined(CMAKE_BUILD_WITH_CMAKE)
+   (void)files;
    return extract_tar(outFileName, verbose, false);
  #else



More information about the Cmake-commits mailing list