diff options
author | Brad King <brad.king@kitware.com> | 2008-03-07 22:05:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-07 22:05:06 (GMT) |
commit | 845563d575a180325731a233d0a8072de735d876 (patch) | |
tree | af8928f127253602fbf9e6d9ce51b510e7e3fb17 /Source/cmAddCustomTargetCommand.cxx | |
parent | 46bf0347a3e86e78063f2d5df2d8f65a3ea2ac25 (diff) | |
download | CMake-845563d575a180325731a233d0a8072de735d876.zip CMake-845563d575a180325731a233d0a8072de735d876.tar.gz CMake-845563d575a180325731a233d0a8072de735d876.tar.bz2 |
COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
Diffstat (limited to 'Source/cmAddCustomTargetCommand.cxx')
-rw-r--r-- | Source/cmAddCustomTargetCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.cxx b/Source/cmAddCustomTargetCommand.cxx index 9a3b4b3..94854b1 100644 --- a/Source/cmAddCustomTargetCommand.cxx +++ b/Source/cmAddCustomTargetCommand.cxx @@ -19,7 +19,7 @@ // cmAddCustomTargetCommand bool cmAddCustomTargetCommand ::InitialPass(std::vector<std::string> const& args, - cmExecutionStatus& status) + cmExecutionStatus&) { if(args.size() < 1 ) { |