[Cmake-commits] [cmake-commits] king committed cmFileCommand.cxx 1.132 1.133

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 29 14:50:30 EDT 2009


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

Modified Files:
	cmFileCommand.cxx 
Log Message:
COMP: Avoid unused arg warnings in cmFileCommand

The default cmFileCopier::ReportCopy implementation is empty, so we
should leave out the argument names.


Index: cmFileCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFileCommand.cxx,v
retrieving revision 1.132
retrieving revision 1.133
diff -C 2 -d -r1.132 -r1.133
*** cmFileCommand.cxx	29 Apr 2009 17:57:19 -0000	1.132
--- cmFileCommand.cxx	29 Apr 2009 18:50:28 -0000	1.133
***************
*** 1040,1044 ****
      TypeLink
    };
!   virtual void ReportCopy(const char* toFile, Type type, bool copy) {}
    virtual bool ReportMissing(const char* fromFile)
      {
--- 1040,1044 ----
      TypeLink
    };
!   virtual void ReportCopy(const char*, Type, bool) {}
    virtual bool ReportMissing(const char* fromFile)
      {



More information about the Cmake-commits mailing list