CMake: Fix dashboard warnings

...in the new file and string TIMESTAMP sub-commands
This commit is contained in:
David Cole 2012-12-05 13:14:56 -05:00
parent d842d90622
commit 354ecc1e1f
2 changed files with 2 additions and 2 deletions

View File

@ -3263,7 +3263,7 @@ bool cmFileCommand::HandleTimestampCommand(
return false;
}
int argsIndex = 1;
unsigned int argsIndex = 1;
const std::string& filename = args[argsIndex++];

View File

@ -901,7 +901,7 @@ bool cmStringCommand
return false;
}
int argsIndex = 1;
unsigned int argsIndex = 1;
const std::string &outputVariable = args[argsIndex++];