WNG: remove a warning

This commit is contained in:
Bill Hoffman 2002-05-07 09:11:39 -04:00
parent 4720732acb
commit db859464f2
1 changed files with 1 additions and 1 deletions

View File

@ -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])
{