Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Mar 21, 2024
1 parent c1d28a3 commit 63a5ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/http/src/HttpServer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ HttpServer::run()

boost::asio::co_spawn(
ioc,
[=]() -> boost::asio::awaitable<void> {
[=, this]() -> boost::asio::awaitable<void> {
auto ep = boost::asio::ip::tcp::endpoint{address, port};
co_await do_listen(ep);
},
Expand Down

0 comments on commit 63a5ddf

Please sign in to comment.