diff options
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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)) { |