MINGW-packages/mingw-w64-rocksdb/0001-disable-static-assert-ClockHandle-size.patch
2023-09-06 07:34:11 +00:00

12 lines
305 B
Diff

--- a/cache/clock_cache.cc
+++ b/cache/clock_cache.cc
@@ -668,8 +668,6 @@
usage_ += size_t{GetTableSize()} * sizeof(HandleImpl);
}
- static_assert(sizeof(HandleImpl) == 64U,
- "Expecting size / alignment with common cache line size");
}
HyperClockTable::~HyperClockTable() {