diff options
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index a879386..1569550 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/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 |