From 6eb671097de75cb0f9f67876a42110ae6dc7d33b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 27 Jun 2002 16:47:38 -0400 Subject: bug fix --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 00f4420..8506de9 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -1379,7 +1379,7 @@ void cmMakefile::ExpandSourceListArguments( // now expand the args std::vector tmpArgs; - int i; + unsigned int i; for(i = 0; i < arguments.size(); ++i) { // is the arg defined ?, if so use the def -- cgit v0.12