From bd6390c490d161e09aba466b8c35eed645670cb1 Mon Sep 17 00:00:00 2001 From: Anna Levenberg Date: Fri, 10 May 2024 09:43:26 -0400 Subject: [PATCH] cleanup(storage): prepare for clang 18 (#14211) --- .../cloud/storage/internal/async/writer_connection_buffered.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/storage/internal/async/writer_connection_buffered.cc b/google/cloud/storage/internal/async/writer_connection_buffered.cc index 16074cfb61fd..67ce86c4d28a 100644 --- a/google/cloud/storage/internal/async/writer_connection_buffered.cc +++ b/google/cloud/storage/internal/async/writer_connection_buffered.cc @@ -161,7 +161,7 @@ class AsyncWriterConnectionBufferedState result = p.get_future(); flush_handlers_.push_back(MakeLwmWaiter(std::move(p))); } - (void)StartWriting(std::move(lk)); + StartWriting(std::move(lk)); return result; }