Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11a1a2e

Browse files
povilasbdeanberris
authored andcommitted
Supressed unused variable warning.
1 parent4c4fc15 commit11a1a2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎boost/network/protocol/http/client/connection/normal_delegate.ipp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ boost::network::http::impl::normal_delegate::normal_delegate(
2121
voidboost::network::http::impl::normal_delegate::connect(
2222
asio::ip::tcp::endpoint &endpoint, std::string host,
2323
function<void(system::error_codeconst &)> handler) {
24+
25+
(void)host;
26+
2427
socket_.reset(newasio::ip::tcp::socket(service_));
2528
socket_->async_connect(endpoint, handler);
2629
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp