From 3a99c693c189940addb0c91da5bfc64189df838d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 6 Mar 2003 12:31:01 -0500 Subject: [PATCH] Remove warning --- Source/cmGetCMakePropertyCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGetCMakePropertyCommand.cxx b/Source/cmGetCMakePropertyCommand.cxx index dc24d49d1..8788009c7 100644 --- a/Source/cmGetCMakePropertyCommand.cxx +++ b/Source/cmGetCMakePropertyCommand.cxx @@ -26,7 +26,7 @@ bool cmGetCMakePropertyCommand::InitialPass( return false; } - int cc; + std::vector::size_type cc; std::string variable = args[0]; std::string output = "";