fixed strict-aliasing warning on gcc6

This commit is contained in:
Yann Collet
2016-06-22 13:15:53 +02:00
parent 23042929da
commit 3755eb8fea
3 changed files with 11 additions and 7 deletions
+1
View File
@@ -1,5 +1,6 @@
v0.7.1
fixed : ZBUFF_compressEnd() called multiple times with too small `dst` buffer, reported by Christophe Chevalier
fixed : dictBuilder fails if first sample is too small, reported by Руслан Ковалёв
fixed : corruption issue, reported by cj
modified : checksum enabled by default in command line mode