mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
streams_count has signed type, but it's compared against an unsigned type, annoying gcc. Since a count should be positive, convert it to an unsigned type.