diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-06 17:31:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-06 17:31:01 (GMT) |
commit | 3a99c693c189940addb0c91da5bfc64189df838d (patch) | |
tree | ed1deefe89e0fda8a52adadaa4b3b22cbed25cca /Source/cmGetCMakePropertyCommand.cxx | |
parent | 814b8856a0966a5d396583dcb36bbc8a225371af (diff) | |
download | CMake-3a99c693c189940addb0c91da5bfc64189df838d.zip CMake-3a99c693c189940addb0c91da5bfc64189df838d.tar.gz CMake-3a99c693c189940addb0c91da5bfc64189df838d.tar.bz2 |
Remove warning
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.cxx')
-rw-r--r-- | Source/cmGetCMakePropertyCommand.cxx | 2 |
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 = ""; |