Files
scylladb/sstables
Avi Kivity a155b2bced sstables: leveled_manifest: prevent benign precision loss warning
Casting from the maximum int64_t to double loses precision, because
int64_t has 64 bits of precision while double has only 53. Clang
warns about it. Since it's not a real problem here, add an explicit
cast to silence the warning.
2020-09-21 16:32:53 +03:00
..
2020-03-03 11:34:00 +01:00
2020-03-03 11:34:00 +01:00