Nick Terrell 79ded1b4a9 [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions
The unused function definitions are hidden behind a
`#ifndef ZSTD_NO_UNUSED_FUNCTIONS` check.

Initially hiding all functions which are unused and take up more than
2KB of stack space, because these will show up as warnings in the
Linux Kernel build system.
2020-09-09 14:35:39 -07:00
..
2020-08-26 12:25:08 -07:00
2020-03-26 17:02:06 -07:00
2020-08-26 12:25:08 -07:00
2020-09-09 14:35:39 -07:00
2020-08-26 12:25:08 -07:00
2020-08-26 12:25:08 -07:00
2020-03-26 17:02:06 -07:00
2020-08-26 12:25:08 -07:00
2020-04-27 18:09:44 -07:00