Jos Collin 05286fdd5a lib/common: warning: this statement may fall through
The following warning appears during the build. Fixed the review comments too.

zstd/lib/common/bitstream.h: In function ‘BIT_initDStream’:
zstd/lib/common/bitstream.h:277:33: 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 09:10:02 +05:30
..
2017-04-28 12:46:48 -07:00
2017-01-26 15:29:10 -08:00
2017-01-27 16:00:19 -08:00
2017-03-09 12:51:33 -08:00
2017-02-20 12:08:59 -08:00
2017-04-27 14:29:35 -07:00