]> git.ipfire.org Git - thirdparty/zstd.git/commit
Deprecate advanced streaming functions (#3408)
authorElliot Gorokhovsky <embg@fb.com>
Fri, 13 Jan 2023 19:51:47 +0000 (14:51 -0500)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 19:51:47 +0000 (14:51 -0500)
commit5d8cfa6b96a6442ab1251f9de3b47a0eb12561a0
treea91a331c078d042e2af7f2e428b31b535e7be836
parentd5509080bc839fc06f0a6011cc884d51c8802376
Deprecate advanced streaming functions (#3408)

* deprecate advanced streaming functions

* remove internal usage of the deprecated functions

* nit

* suppress warnings in tests/zstreamtest.c

* purge ZSTD_initDStream_usingDict

* nits

* c90 compat

* zstreamtest.c already disables deprecation warnings!

* fix initDStream() return value

* fix typo

* wasn't able to import private symbol properly, this commit works around that

* new strategy for zbuff

* undo zbuff deprecation warning changes

* move ZSTD_DISABLE_DEPRECATE_WARNINGS from .h to .c
lib/decompress/zstd_decompress.c
lib/deprecated/zbuff_decompress.c
lib/zstd.h
programs/fileio.c
zlibWrapper/examples/zwrapbench.c
zlibWrapper/zstd_zlibwrapper.c