boostorg/iostreams

Inconsistent return type in zstd.hpp

Opened this issue · 0 comments

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