fixed some warnings
This commit is contained in:
parent
4a398a9ca6
commit
470e057e55
|
@ -96,7 +96,8 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
|
|||
}
|
||||
|
||||
// now loop over all the files
|
||||
int i, k;
|
||||
int i;
|
||||
unsigned int k;
|
||||
for(i = 0; i < numFiles; ++i)
|
||||
{
|
||||
// if the file is already in the makefile just set properites on it
|
||||
|
|
Loading…
Reference in New Issue