COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
This commit is contained in:
parent
46bf0347a3
commit
845563d575
|
@ -19,7 +19,7 @@
|
|||
// cmAddCustomTargetCommand
|
||||
bool cmAddCustomTargetCommand
|
||||
::InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status)
|
||||
cmExecutionStatus&)
|
||||
{
|
||||
if(args.size() < 1 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue