Browse Source

COMP: Fix unused parameter warning in cmAddCustomTargetCommand.

Brad King 17 years ago
parent
commit
845563d575
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmAddCustomTargetCommand.cxx

+ 1 - 1
Source/cmAddCustomTargetCommand.cxx

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