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/GUI/OpenCallbackGUI.cpp')
-rwxr-xr-x7zip/UI/GUI/OpenCallbackGUI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/UI/GUI/OpenCallbackGUI.cpp b/7zip/UI/GUI/OpenCallbackGUI.cpp
index a3a6caf0..6634c0b3 100755
--- a/7zip/UI/GUI/OpenCallbackGUI.cpp
+++ b/7zip/UI/GUI/OpenCallbackGUI.cpp
@@ -17,12 +17,12 @@ HRESULT COpenCallbackGUI::CheckBreak()
return S_OK;
}
-HRESULT COpenCallbackGUI::SetTotal(const UInt64 *files, const UInt64 *bytes)
+HRESULT COpenCallbackGUI::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */)
{
return S_OK;
}
-HRESULT COpenCallbackGUI::SetCompleted(const UInt64 *files, const UInt64 *bytes)
+HRESULT COpenCallbackGUI::SetCompleted(const UInt64 * /* files */, const UInt64 * /* bytes */)
{
return S_OK;
}