zstd/lib/legacy
Jos Collin 280510f2d5 lib/legacy: warning: this statement may fall through
The following warning appears during build at sevaral places.

../lib/legacy/zstd_v04.c:819:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(bitD->start))[6]) << (sizeof(size_t)*8 - 16);

../lib/legacy/zstd_v05.c:821:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(bitD->start))[6]) << (sizeof(size_t)*8 - 16);

../lib/legacy/zstd_v06.c:913:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16);

../lib/legacy/zstd_v07.c:583:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) <<
             (sizeof(bitD->bitContainer)*8 - 16);

Signed-off-by: Jos Collin <jcollin@redhat.com>
2017-05-11 14:27:40 +05:30
..
zstd_legacy.h Fix legacy support=0 case and accidental double include of version headers 2017-03-13 17:19:37 -07:00
zstd_v01.c Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstd_v01.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v02.c Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstd_v02.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v03.c Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstd_v03.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v04.c lib/legacy: warning: this statement may fall through 2017-05-11 14:27:40 +05:30
zstd_v04.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v05.c lib/legacy: warning: this statement may fall through 2017-05-11 14:27:40 +05:30
zstd_v05.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v06.c lib/legacy: warning: this statement may fall through 2017-05-11 14:27:40 +05:30
zstd_v06.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00
zstd_v07.c lib/legacy: warning: this statement may fall through 2017-05-11 14:27:40 +05:30
zstd_v07.h Change name to to findFrameCompressedSize and add skippable support 2017-02-22 12:12:34 -08:00