mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
CMake: Fix dashboard warnings
...in the new file and string TIMESTAMP sub-commands
This commit is contained in:
@@ -3263,7 +3263,7 @@ bool cmFileCommand::HandleTimestampCommand(
|
||||
return false;
|
||||
}
|
||||
|
||||
int argsIndex = 1;
|
||||
unsigned int argsIndex = 1;
|
||||
|
||||
const std::string& filename = args[argsIndex++];
|
||||
|
||||
|
||||
@@ -901,7 +901,7 @@ bool cmStringCommand
|
||||
return false;
|
||||
}
|
||||
|
||||
int argsIndex = 1;
|
||||
unsigned int argsIndex = 1;
|
||||
|
||||
const std::string &outputVariable = args[argsIndex++];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user