ENH: remove several compiler warnings

This commit is contained in:
Bill Hoffman
2002-03-13 10:25:11 -05:00
parent 83a0759e47
commit 809b32fe59
25 changed files with 96 additions and 67 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ bool cmFindPathCommand::InitialPass(std::vector<std::string> const& argsIn)
std::string helpString = "What is the path where the file ";
helpString += argsIn[1] + " can be found";
std::vector<std::string> args;
unsigned int size = argsIn.size();
size_t size = argsIn.size();
for(unsigned int j = 0; j < size; ++j)
{
if(argsIn[j] != "DOC")