[Cmake-commits] [cmake-commits] king committed cmAddCustomTargetCommand.cxx 1.36 1.37

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 7 17:05:08 EST 2008


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

Modified Files:
	cmAddCustomTargetCommand.cxx 
Log Message:
COMP: Fix unused parameter warning in cmAddCustomTargetCommand.


Index: cmAddCustomTargetCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmAddCustomTargetCommand.cxx,v
retrieving revision 1.36
retrieving revision 1.37
diff -C 2 -d -r1.36 -r1.37
*** cmAddCustomTargetCommand.cxx	7 Mar 2008 20:30:32 -0000	1.36
--- cmAddCustomTargetCommand.cxx	7 Mar 2008 22:05:06 -0000	1.37
***************
*** 20,24 ****
  bool cmAddCustomTargetCommand
  ::InitialPass(std::vector<std::string> const& args,
!               cmExecutionStatus& status)
  {
    if(args.size() < 1 )
--- 20,24 ----
  bool cmAddCustomTargetCommand
  ::InitialPass(std::vector<std::string> const& args,
!               cmExecutionStatus&)
  {
    if(args.size() < 1 )



More information about the Cmake-commits mailing list