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/Archive/Common/CoderMixer2ST.h')
-rwxr-xr-x7zip/Archive/Common/CoderMixer2ST.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/7zip/Archive/Common/CoderMixer2ST.h b/7zip/Archive/Common/CoderMixer2ST.h
index 3cddc171..3144918b 100755
--- a/7zip/Archive/Common/CoderMixer2ST.h
+++ b/7zip/Archive/Common/CoderMixer2ST.h
@@ -66,7 +66,8 @@ public:
{
{ _coders[coderIndex].SetCoderInfo(inSizes, outSizes); }
}
- void SetProgressCoderIndex(UInt32 coderIndex)
+
+ void SetProgressCoderIndex(UInt32 /*coderIndex*/)
{
// _progressCoderIndex = coderIndex;
}