boostorg / iostreams

Boost.org iostreams module
http://boost.org/libs/iostreams
Boost Software License 1.0
43 stars 116 forks source link

Inconsistent return type in zstd.hpp #172

Open sylvain-loiseau opened 5 months ago

sylvain-loiseau commented 5 months ago

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