Browse Source

fixed some warnings

pull/1/head
Ken Martin 23 years ago
parent
commit
470e057e55
  1. 3
      Source/cmSetSourceFilesPropertiesCommand.cxx

3
Source/cmSetSourceFilesPropertiesCommand.cxx

@ -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…
Cancel
Save