summaryrefslogtreecommitdiffstats
path: root/Source/cmForEachCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:38:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:38:53 (GMT)
commit41017cbc88b7f5e7de3df57f2626a7214eaeeb85 (patch)
tree26d46011cb0fa5243819d64840c088290d74cea5 /Source/cmForEachCommand.cxx
parentf3ebd438c75da4534ee77514381976d800db7bef (diff)
downloadCMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.zip
CMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.tar.gz
CMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.tar.bz2
ENH: clean up warnings
Diffstat (limited to 'Source/cmForEachCommand.cxx')
-rw-r--r--Source/cmForEachCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmForEachCommand.cxx b/Source/cmForEachCommand.cxx
index 03f6d72..c36d11b 100644
--- a/Source/cmForEachCommand.cxx
+++ b/Source/cmForEachCommand.cxx
@@ -58,7 +58,7 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
for( ; j != m_Args.end(); ++j)
{
// perform string replace
- for(int c = 0; c < m_Commands.size(); ++c)
+ for(unsigned int c = 0; c < m_Commands.size(); ++c)
{
std::vector<std::string> newArgs;
for (std::vector<std::string>::const_iterator k =