Skip to content

Commit

Permalink
another mac edit for [[maybe_unused]]
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvon committed Jan 21, 2025
1 parent 522eee0 commit de881e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/version_edit_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void VersionEditHandlerBase::Iterate(log::Reader& reader,
assert(log_read_status);
assert(log_read_status->ok());

size_t recovered_edits = 0;
[[maybe_unused]] size_t recovered_edits = 0;
Status s = Initialize();
while (reader.LastRecordEnd() < max_manifest_read_size_ && s.ok() &&
reader.ReadRecord(&record, &scratch) && log_read_status->ok()) {
Expand Down

0 comments on commit de881e1

Please # to comment.