summaryrefslogtreecommitdiffstats
path: root/Source/cmGetCMakePropertyCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-03-06 17:31:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-03-06 17:31:01 (GMT)
commit3a99c693c189940addb0c91da5bfc64189df838d (patch)
treeed1deefe89e0fda8a52adadaa4b3b22cbed25cca /Source/cmGetCMakePropertyCommand.cxx
parent814b8856a0966a5d396583dcb36bbc8a225371af (diff)
downloadCMake-3a99c693c189940addb0c91da5bfc64189df838d.zip
CMake-3a99c693c189940addb0c91da5bfc64189df838d.tar.gz
CMake-3a99c693c189940addb0c91da5bfc64189df838d.tar.bz2
Remove warning
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.cxx')
-rw-r--r--Source/cmGetCMakePropertyCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetCMakePropertyCommand.cxx b/Source/cmGetCMakePropertyCommand.cxx
index dc24d49..8788009 100644
--- a/Source/cmGetCMakePropertyCommand.cxx
+++ b/Source/cmGetCMakePropertyCommand.cxx
@@ -26,7 +26,7 @@ bool cmGetCMakePropertyCommand::InitialPass(
return false;
}
- int cc;
+ std::vector<std::string>::size_type cc;
std::string variable = args[0];
std::string output = "";