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/Compress/BWT/Mtf8.h')
-rwxr-xr-x7zip/Compress/BWT/Mtf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Compress/BWT/Mtf8.h b/7zip/Compress/BWT/Mtf8.h
index 4c0fb9cf..d6c1c41a 100755
--- a/7zip/Compress/BWT/Mtf8.h
+++ b/7zip/Compress/BWT/Mtf8.h
@@ -38,7 +38,7 @@ class CMtf8Decoder
{
public:
Byte Buffer[256];
- void Init(int size) {};
+ void Init(int /* size */) {};
Byte GetHead() const { return Buffer[0]; }
Byte GetAndMove(int pos)
{