From 470e057e550de1f2c0fc292d30260bb5130c9d58 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 22 Aug 2002 09:11:18 -0400 Subject: [PATCH] fixed some warnings --- Source/cmSetSourceFilesPropertiesCommand.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index a87938618..156955029 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