CMake: Fix dashboard warnings

...in the new file and string TIMESTAMP sub-commands
This commit is contained in:
David Cole
2012-12-05 13:19:09 -05:00
parent d842d90622
commit 354ecc1e1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3263,7 +3263,7 @@ bool cmFileCommand::HandleTimestampCommand(
return false;
}
int argsIndex = 1;
unsigned int argsIndex = 1;
const std::string& filename = args[argsIndex++];
+1 -1
View File
@@ -901,7 +901,7 @@ bool cmStringCommand
return false;
}
int argsIndex = 1;
unsigned int argsIndex = 1;
const std::string &outputVariable = args[argsIndex++];