Skip to content

Commit 60fe2bf

Browse files
author
me
committed
supress warning
1 parent 4fc0562 commit 60fe2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/client_http.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ awaitable_strand http_session(std::string_view host)
7575
co_await boost::asio::async_connect(sock.next_layer(), co_await resolver.async_resolve(host, "80"), boost::asio::cancel_after(5s, deferred));
7676
ret = co_await http::async_http_write(sock, req);
7777
ret = co_await http::async_http_read(sock, resp);
78+
(void)ret;
7879

7980
// Print response
8081
print_header(resp);

0 commit comments

Comments
 (0)