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

Fixed compilation warnings.#465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 4 commits intocpp-netlib:0.11-develfrompovilasb:0.11-devel-fix-warnings
Nov 11, 2014
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
Supressed unused variable warning.
  • Loading branch information
@povilasb
povilasb committedNov 7, 2014
commit3e5607fd3d7404e9e3062c08c7be673f0a6ae4bf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,6 +21,9 @@ boost::network::http::impl::normal_delegate::normal_delegate(
void boost::network::http::impl::normal_delegate::connect(
asio::ip::tcp::endpoint &endpoint, std::string host,
function<void(system::error_code const &)> handler) {

(void)host;

socket_.reset(new asio::ip::tcp::socket(service_));
socket_->async_connect(endpoint, handler);
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp