diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 00f442004e..8506de967c 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -1379,7 +1379,7 @@ void cmMakefile::ExpandSourceListArguments( // now expand the args std::vector<std::string> tmpArgs; - int i; + unsigned int i; for(i = 0; i < arguments.size(); ++i) { // is the arg defined ?, if so use the def |