]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix : unused attribute for FORCE_INLINE functions
authorYann Collet <cyan@fb.com>
Wed, 14 Jun 2023 23:32:51 +0000 (16:32 -0700)
committerYann Collet <cyan@fb.com>
Wed, 14 Jun 2023 23:32:51 +0000 (16:32 -0700)
commit74c901bbedd4584190f0cd93d573cf7e014b76d1
tree5eb7195132fa6c550788d162ff983f275e141fc3
parentba508070299b4ab7ae1e22b659557489122cdcd7
fix : unused attribute for FORCE_INLINE functions

fix2 : reloadDStreamFast is used by decompress4x2,
modified the entry point, so that it works fine in this case too.
lib/common/bitstream.h
lib/common/compiler.h
lib/legacy/zstd_v04.c