mirror of
https://github.com/reactos/CMake.git
synced 2025-02-01 17:42:41 +00:00
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…
x
Reference in New Issue
Block a user