Apply compiler-appeasing syntax changes from Taoxi

This commit is contained in:
2024-03-28 14:57:31 -07:00
parent 7af961f141
commit ab211c646a
2 changed files with 5 additions and 5 deletions

View File

@@ -2897,8 +2897,8 @@ Iterator firstGeq(Node *n, std::string_view key) {
}
}
bool checkCorrectness(Node *node, int64_t oldestVersion,
ConflictSet::Impl *impl) {
[[maybe_unused]] bool checkCorrectness(Node *node, int64_t oldestVersion,
ConflictSet::Impl *impl) {
bool success = true;
checkParentPointers(node, success);