Inconsistent return type in zstd.hpp
Open
- Dominant language
- C
- Stars
- 48
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
In filter/zstd.hpp there is the following code
`int error() const { return error_; }`
I believe the function should return a size_t instead of an int, this causes a compiler warning
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.