From 845563d575a180325731a233d0a8072de735d876 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 7 Mar 2008 17:05:06 -0500 Subject: [PATCH] COMP: Fix unused parameter warning in cmAddCustomTargetCommand. --- Source/cmAddCustomTargetCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmAddCustomTargetCommand.cxx b/Source/cmAddCustomTargetCommand.cxx index 9a3b4b396..94854b1ab 100644 --- a/Source/cmAddCustomTargetCommand.cxx +++ b/Source/cmAddCustomTargetCommand.cxx @@ -19,7 +19,7 @@ // cmAddCustomTargetCommand bool cmAddCustomTargetCommand ::InitialPass(std::vector const& args, - cmExecutionStatus& status) + cmExecutionStatus&) { if(args.size() < 1 ) {