zstd/lib/common
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
..
bitstream.h lib/common: warning: this statement may fall through 2017-05-11 09:10:02 +05:30
entropy_common.c minor code refactor in HUF module 2017-03-05 21:07:20 -08:00
error_private.c Merge remote-tracking branch 'origin/dev' into splittable 2017-04-21 14:18:39 -07:00
error_private.h created error_private.c, so that a single list of error strings get included 2016-10-11 17:24:50 -07:00
fse_decompress.c reduced ZSTD_DDict memory usage 2017-02-27 00:27:30 -08:00
fse.h Comply with suggested comments by @terrelln 2017-04-26 11:39:35 -07:00
huf.h added HUF_PUBLIC_API macro to huf.h 2017-04-28 12:46:48 -07:00
mem.h Changed memory strategy to __packed for gcc 2017-03-30 12:52:14 -07:00
pool.c Fix pool.c threading.h import 2017-01-26 15:29:10 -08:00
pool.h Add include guards and extern C 2017-01-27 16:00:19 -08:00
threading.c Whitespace only: tabs to spaces 2017-03-09 12:51:33 -08:00
threading.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
xxhash.c solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c Fix ZSTD_getErrorString and add tests 2017-02-08 17:28:49 -08:00
zstd_errors.h Update seekable API to simplify IO 2017-04-18 16:48:30 -07:00
zstd_internal.h removed C4204 2017-04-27 14:29:35 -07:00