summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-20 12:09:03 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-20 12:09:03 (GMT)
commita7589c3a325a7ab641d0249f126308ac3b1f4385 (patch)
tree19e108a676d3ae0f7a86e79d01729aa7c31fe8ce /Source/cmTryRunCommand.cxx
parent0415b0db75643e3d0532a2d539b07c4d864b9097 (diff)
downloadCMake-a7589c3a325a7ab641d0249f126308ac3b1f4385.zip
CMake-a7589c3a325a7ab641d0249f126308ac3b1f4385.tar.gz
CMake-a7589c3a325a7ab641d0249f126308ac3b1f4385.tar.bz2
compiler warnings
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r--Source/cmTryRunCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx
index 55fbfd1..fc18db3 100644
--- a/Source/cmTryRunCommand.cxx
+++ b/Source/cmTryRunCommand.cxx
@@ -29,7 +29,7 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
// build an arg list for TryCompile and extract the runArgs
std::vector<std::string> tryCompile;
std::string runArgs;
- int i;
+ unsigned int i;
for (i = 1; i < argv.size(); ++i)
{
if (argv[i] == "ARGS")