[Cmake-commits] CMake branch, next, updated. v2.8.1-1245-g48b2952
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 27 14:54:52 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 48b295292216a1aa8161adf912834b5a1a9e9749 (commit)
via 0efa5f3747d604b117119561949b3e70548ba478 (commit)
from 37410588588f369ab9a037689659869b6210407b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=48b295292216a1aa8161adf912834b5a1a9e9749
commit 48b295292216a1aa8161adf912834b5a1a9e9749
Merge: 3741058 0efa5f3
Author: David Cole <david.cole at kitware.com>
Date: Thu May 27 14:53:43 2010 -0400
Merge branch 'improve-file-download' into next
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0efa5f3747d604b117119561949b3e70548ba478
commit 0efa5f3747d604b117119561949b3e70548ba478
Author: David Cole <david.cole at kitware.com>
Date: Thu May 27 14:49:38 2010 -0400
Fix unused variable warning in new code.
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 539ed0f..8260cc7 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -2510,6 +2510,9 @@ namespace{
cURLProgressHelper *helper =
reinterpret_cast<cURLProgressHelper *>(clientp);
+ static_cast<void>(ultotal);
+ static_cast<void>(ulnow);
+
std::string status;
if (helper->UpdatePercentage(dlnow, dltotal, status))
{
-----------------------------------------------------------------------
Summary of changes:
Source/cmFileCommand.cxx | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list