diff --git a/db/view/view.cc b/db/view/view.cc index ee8cae4321..d6ca7b5ce6 100644 --- a/db/view/view.cc +++ b/db/view/view.cc @@ -908,7 +908,7 @@ future view_update_builder::stop() const { } future> view_update_builder::build_some() { - auto _ = co_await advance_all(); + (void)co_await advance_all(); bool do_advance_updates = false; bool do_advance_existings = false; if (_update && _update->is_partition_start()) {