fixed pedantic gcc warnings

This commit is contained in:
jeefo 2016-03-13 19:24:19 +03:00
commit fe7a3c7cdc
4 changed files with 5 additions and 5 deletions

View file

@ -355,4 +355,4 @@ public:
static Compressor compressor = Compressor ();
return compressor.InternalEncode (fileName, header, headerSize, buffer, bufferSize);
}
};
};