Silence some gcc-8-snapshot compiler warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2018-01-19 14:13:58 +01:00
parent 9485a56af1
commit 9248f02557
9 changed files with 17 additions and 25 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
void lzma_compress_config_t::reset()
{
memset(this, 0, sizeof(*this));
mem_clear(this, sizeof(*this));
pos_bits.reset();
lit_pos_bits.reset();