Fix unused variable warning in new code.

This commit is contained in:
David Cole 2010-05-27 14:49:38 -04:00
parent f67139ae6f
commit 0efa5f3747
1 changed files with 3 additions and 0 deletions

View File

@ -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))
{