diff options
author | David Cole <david.cole@kitware.com> | 2012-12-05 18:14:56 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-12-05 18:19:09 (GMT) |
commit | 354ecc1e1f28b9f2412fa015064353c6e20cfe92 (patch) | |
tree | e5f63be8b5c672e7206a629a8e453897b68b710b /Source/cmStringCommand.cxx | |
parent | d842d9062297435747117bd74b6e184cedd345cc (diff) | |
download | CMake-354ecc1e1f28b9f2412fa015064353c6e20cfe92.zip CMake-354ecc1e1f28b9f2412fa015064353c6e20cfe92.tar.gz CMake-354ecc1e1f28b9f2412fa015064353c6e20cfe92.tar.bz2 |
CMake: Fix dashboard warnings
...in the new file and string TIMESTAMP sub-commands
Diffstat (limited to 'Source/cmStringCommand.cxx')
-rw-r--r-- | Source/cmStringCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx index c402738..e49edd8 100644 --- a/Source/cmStringCommand.cxx +++ b/Source/cmStringCommand.cxx @@ -901,7 +901,7 @@ bool cmStringCommand return false; } - int argsIndex = 1; + unsigned int argsIndex = 1; const std::string &outputVariable = args[argsIndex++]; |