summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-22 13:11:18 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-22 13:11:18 (GMT)
commit470e057e550de1f2c0fc292d30260bb5130c9d58 (patch)
tree642e12fe4bb0e054d448ed92958d6a6cb5e9e399 /Source/cmSetSourceFilesPropertiesCommand.cxx
parent4a398a9ca6bb469e0668901dcef1aacf0fa6f656 (diff)
downloadCMake-470e057e550de1f2c0fc292d30260bb5130c9d58.zip
CMake-470e057e550de1f2c0fc292d30260bb5130c9d58.tar.gz
CMake-470e057e550de1f2c0fc292d30260bb5130c9d58.tar.bz2
fixed some warnings
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.cxx3
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