Re: [PATCH] lib: zstd: Make ZSTD_compressBlock_greedy_extDict static

2019-07-22 Thread Kees Cook
On Wed, Jul 17, 2019 at 05:18:52PM +0800, YueHaibing wrote: > Fix sparse warnings: > > lib/zstd/compress.c:2252:6: warning: > symbol 'ZSTD_compressBlock_greedy_extDict' was not declared. Should it be > static? > lib/zstd/compress.c:2982:14: warning: > symbol 'ZSTD_createCStream_advanced' was

[PATCH] lib: zstd: Make ZSTD_compressBlock_greedy_extDict static

2019-07-17 Thread YueHaibing
Fix sparse warnings: lib/zstd/compress.c:2252:6: warning: symbol 'ZSTD_compressBlock_greedy_extDict' was not declared. Should it be static? lib/zstd/compress.c:2982:14: warning: symbol 'ZSTD_createCStream_advanced' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: