Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: zstd: Fix attribute declaration
fallthrough, __fallthrough__ and [[fallthrough]] are compiler dependent. Hence let's use a generic fallthrough implementation which is __attribute__((__fallthrough__)) Test: lib/zstd/ compiled successfully with this change using GCC 12.0.0 / Clang 14.0.0 . Signed-off-by: Cyber Knight <[email protected]>
- Loading branch information