BUG: clean up scoping
This commit is contained in:
parent
435f4ad8b0
commit
fb6d598813
@ -136,6 +136,8 @@ bool cmIfCommand::InvokeInitialPass(const std::vector<cmListFileArgument>& args)
|
||||
return true;
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
void IncrementArguments(std::list<std::string> &newArgs,
|
||||
std::list<std::string>::iterator &argP1,
|
||||
std::list<std::string>::iterator &argP2)
|
||||
@ -150,6 +152,7 @@ void IncrementArguments(std::list<std::string> &newArgs,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// order of operations,
|
||||
|
Loading…
x
Reference in New Issue
Block a user