From 0efa5f3747d604b117119561949b3e70548ba478 Mon Sep 17 00:00:00 2001 From: David Cole Date: Thu, 27 May 2010 14:49:38 -0400 Subject: [PATCH] Fix unused variable warning in new code. --- Source/cmFileCommand.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 539ed0fc9..8260cc74e 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -2510,6 +2510,9 @@ namespace{ cURLProgressHelper *helper = reinterpret_cast(clientp); + static_cast(ultotal); + static_cast(ulnow); + std::string status; if (helper->UpdatePercentage(dlnow, dltotal, status)) {