[Cmake-commits] [cmake-commits] david.cole committed cmCPackBundleGenerator.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jun 19 06:17:05 EDT 2008


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

Modified Files:
	cmCPackBundleGenerator.cxx 
Log Message:
COMP: Eliminate unreferenced variable warning


Index: cmCPackBundleGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackBundleGenerator.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cmCPackBundleGenerator.cxx	18 Jun 2008 13:53:28 -0000	1.1
--- cmCPackBundleGenerator.cxx	19 Jun 2008 10:17:01 -0000	1.2
***************
*** 76,79 ****
--- 76,81 ----
    const char* toplevel, const std::vector<std::string>& files)
  {
+   (void) files;
+ 
    // The staging directory contains everything that will end-up inside the
    // final disk image ...



More information about the Cmake-commits mailing list