mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -06:00
WNG: remove a warning
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user