summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomTargetCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-03-07 22:05:06 (GMT)
committerBrad King <brad.king@kitware.com>2008-03-07 22:05:06 (GMT)
commit845563d575a180325731a233d0a8072de735d876 (patch)
treeaf8928f127253602fbf9e6d9ce51b510e7e3fb17 /Source/cmAddCustomTargetCommand.cxx
parent46bf0347a3e86e78063f2d5df2d8f65a3ea2ac25 (diff)
downloadCMake-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.cxx2
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 )
{