CMake: Fix dashboard warnings
...in the new file and string TIMESTAMP sub-commands
This commit is contained in:
parent
d842d90622
commit
354ecc1e1f
@ -3263,7 +3263,7 @@ bool cmFileCommand::HandleTimestampCommand(
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int argsIndex = 1;
|
unsigned int argsIndex = 1;
|
||||||
|
|
||||||
const std::string& filename = args[argsIndex++];
|
const std::string& filename = args[argsIndex++];
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ bool cmStringCommand
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int argsIndex = 1;
|
unsigned int argsIndex = 1;
|
||||||
|
|
||||||
const std::string &outputVariable = args[argsIndex++];
|
const std::string &outputVariable = args[argsIndex++];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user