fix warning
This commit is contained in:
parent
b691517eeb
commit
1f6e59a7fe
@ -162,7 +162,7 @@ bool cmIfCommand::IsTrue(const std::vector<std::string> &args,
|
|||||||
|
|
||||||
// store the reduced args in this vector
|
// store the reduced args in this vector
|
||||||
std::deque<std::string> newArgs;
|
std::deque<std::string> newArgs;
|
||||||
int reducible = 1;
|
int reducible;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
||||||
// copy to the list structure
|
// copy to the list structure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user