COMP: Fix unused parameter warning in cmAddCustomTargetCommand.

This commit is contained in:
Brad King 2008-03-07 17:05:06 -05:00
parent 46bf0347a3
commit 845563d575
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
// cmAddCustomTargetCommand // cmAddCustomTargetCommand
bool cmAddCustomTargetCommand bool cmAddCustomTargetCommand
::InitialPass(std::vector<std::string> const& args, ::InitialPass(std::vector<std::string> const& args,
cmExecutionStatus& status) cmExecutionStatus&)
{ {
if(args.size() < 1 ) if(args.size() < 1 )
{ {