mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
fixed some warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user