decompress*_fast() function do not generate deprecation warnings
authorYann Collet <cyan@fb.com>
Mon, 15 Apr 2019 17:33:40 +0000 (10:33 -0700)
committerYann Collet <cyan@fb.com>
Mon, 15 Apr 2019 17:33:40 +0000 (10:33 -0700)
commit1f4a412646c82a7e0964b6c5b169d49ee072f475
treefb7a0842a6d47188dcc1b068244b01c2c1fe6922
parent481a37fe472e88e276a90967984ce92abf0cff5e
decompress*_fast() function do not generate deprecation warnings

they are classified as deprecated in the API documentation (lz4.h)
but do not yet trigger a warning,
to give time to existing applications to move away.

Also, the _fast() variants are still ~5% faster than the _safe() ones
after Dave's patch.
lib/lz4.h