Fix unused variable warning in new code.
This commit is contained in:
parent
f67139ae6f
commit
0efa5f3747
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue