mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
ENH: remove several compiler warnings
This commit is contained in:
@@ -29,7 +29,7 @@ bool cmFindProgramCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||
return false;
|
||||
}
|
||||
std::string doc = "Path to a program.";
|
||||
unsigned int size = argsIn.size();
|
||||
size_t size = argsIn.size();
|
||||
std::vector<std::string> args;
|
||||
for(unsigned int j = 0; j < size; ++j)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user