diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/fixture_request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/fixture_request.cpp b/test/fixtures/fixture_request.cpp index 3f72b890db..be944eb071 100644 --- a/test/fixtures/fixture_request.cpp +++ b/test/fixtures/fixture_request.cpp @@ -48,7 +48,7 @@ void HTTPRequestBaton::start(const util::ptr<HTTPRequestBaton> &baton) { uv_async_send(baton->async); } -void HTTPRequestBaton::stop(const util::ptr<HTTPRequestBaton> &baton) { +void HTTPRequestBaton::stop(const util::ptr<HTTPRequestBaton> &/*baton*/) { fprintf(stderr, "HTTP request cannot be canceled because it is answered immediately"); abort(); } |