Fix unused variable warning in new code.
This commit is contained in:
parent
f67139ae6f
commit
0efa5f3747
@ -2510,6 +2510,9 @@ namespace{
|
|||||||
cURLProgressHelper *helper =
|
cURLProgressHelper *helper =
|
||||||
reinterpret_cast<cURLProgressHelper *>(clientp);
|
reinterpret_cast<cURLProgressHelper *>(clientp);
|
||||||
|
|
||||||
|
static_cast<void>(ultotal);
|
||||||
|
static_cast<void>(ulnow);
|
||||||
|
|
||||||
std::string status;
|
std::string status;
|
||||||
if (helper->UpdatePercentage(dlnow, dltotal, status))
|
if (helper->UpdatePercentage(dlnow, dltotal, status))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user