mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 14:33:08 +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.