Browse Source

WNG: remove a warning

Bill Hoffman 24 years ago
parent
commit
db859464f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmUnixMakefileGenerator.cxx

+ 1 - 1
Source/cmUnixMakefileGenerator.cxx

@@ -2106,7 +2106,7 @@ void cmUnixMakefileGenerator::OutputMakeRule(std::ostream& fout,
 
   const char* commands[] = { command, command2, command3, command4 };
 
-  for (int i = 0; i < sizeof(commands) / sizeof(commands[0]); ++i) 
+  for (unsigned int i = 0; i < sizeof(commands) / sizeof(commands[0]); ++i) 
     {
     if(commands[i])
       {