WNG: remove a warning
This commit is contained in:
parent
4720732acb
commit
db859464f2
|
@ -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])
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue