mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Fix unused variable warning in new code.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user