Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Console/OpenCallbackConsole.cpp')
-rwxr-xr-x7zip/UI/Console/OpenCallbackConsole.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/UI/Console/OpenCallbackConsole.cpp b/7zip/UI/Console/OpenCallbackConsole.cpp
index f4833a2a..21c5391c 100755
--- a/7zip/UI/Console/OpenCallbackConsole.cpp
+++ b/7zip/UI/Console/OpenCallbackConsole.cpp
@@ -14,12 +14,12 @@ HRESULT COpenCallbackConsole::CheckBreak()
return S_OK;
}
-HRESULT COpenCallbackConsole::SetTotal(const UInt64 *files, const UInt64 *bytes)
+HRESULT COpenCallbackConsole::SetTotal(const UInt64 *, const UInt64 *)
{
return CheckBreak();
}
-HRESULT COpenCallbackConsole::SetCompleted(const UInt64 *files, const UInt64 *bytes)
+HRESULT COpenCallbackConsole::SetCompleted(const UInt64 *, const UInt64 *)
{
return CheckBreak();
}