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/Agent/UpdateCallbackAgent.cpp')
-rwxr-xr-x7zip/UI/Agent/UpdateCallbackAgent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/UI/Agent/UpdateCallbackAgent.cpp b/7zip/UI/Agent/UpdateCallbackAgent.cpp
index b12280d5..0d57307c 100755
--- a/7zip/UI/Agent/UpdateCallbackAgent.cpp
+++ b/7zip/UI/Agent/UpdateCallbackAgent.cpp
@@ -50,7 +50,7 @@ HRESULT CUpdateCallbackAgent::OpenFileError(const wchar_t *name, DWORD systemErr
return systemError;
}
-HRESULT CUpdateCallbackAgent::GetStream(const wchar_t *name, bool isAnti)
+HRESULT CUpdateCallbackAgent::GetStream(const wchar_t *name, bool /* isAnti */)
{
if (Callback)
return Callback->CompressOperation(name);