X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2Fasync%2Ftest%2FAsyncSSLSocketTest2.cpp;h=c6967362ab2bba5db0a35c372f50dfe740c9d616;hb=a1614feea3f3c0beb75fb2dc43ec45b3e5d57223;hp=b7026d9e9f4c550539ccb764bb2290cda2140921;hpb=08391a01dc1323c7e6ec21256e84e809cd56fe4f;p=folly.git diff --git a/folly/io/async/test/AsyncSSLSocketTest2.cpp b/folly/io/async/test/AsyncSSLSocketTest2.cpp index b7026d9e..c6967362 100644 --- a/folly/io/async/test/AsyncSSLSocketTest2.cpp +++ b/folly/io/async/test/AsyncSSLSocketTest2.cpp @@ -81,8 +81,8 @@ class AttachDetachClient : public AsyncSocket::ConnectCallback, cerr << "client write success" << endl; } - void writeErr(size_t bytesWritten, const AsyncSocketException& ex) - noexcept override { + void writeErr(size_t /* bytesWritten */, + const AsyncSocketException& ex) noexcept override { cerr << "client writeError: " << ex.what() << endl; }