zstd/lib/dictBuilder
Yann Collet 3ca6261223 fixed static analyzer warnings
note : for some reason,
scan-build version on my laptop found problems within fastcover.c
that scan-build on travisCI does not flag.

They are, as usual, false positive :
the analyzer does not understand that a table (`offset`) is correctly filled before usage.
2018-10-02 15:59:11 -07:00
..
cover.c Always use splitPoint=1.0 for non-optimize cover and fastcover 2018-08-30 14:59:22 -07:00
cover.h Merge fastCover into DictBuilder (#1274) 2018-08-23 12:06:20 -07:00
divsufsort.c fixed more issues detected by recent version of scan-build 2018-08-16 15:20:25 -07:00
divsufsort.h fixed multiple minor warnings for XCode 2016-08-26 01:43:47 +02:00
fastcover.c fixed static analyzer warnings 2018-10-02 15:59:11 -07:00
zdict.c [zstd] Add -Wmissing-prototypes 2018-09-27 15:24:48 -07:00
zdict.h Merge pull request #1304 from facebook/largeNbDicts 2018-09-06 09:50:56 -07:00