4.43 beta

This commit is contained in:
Igor Pavlov
2006-09-15 00:00:00 +00:00
committed by Kornel Lesiński
parent 0ec42ff829
commit 804edc5756
391 changed files with 9725 additions and 3168 deletions

View File

@@ -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)
{