summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 8e40fbc..377ebd2 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -474,7 +474,7 @@ void cmMakefile::AddCustomCommand(const char* source,
std::string c = cmSystemTools::EscapeSpaces(command);
std::string combinedArgs;
- int i;
+ unsigned int i;
for (i = 0; i < commandArgs.size(); ++i)
{