summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-10-17 11:11:24 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-10-17 11:12:31 -0700
commit4e9688e430037b9a454320d8b29a5c99a9616fba (patch)
tree2a414ee7ac23d244c6d0db3738f782bbeeea4206 /test
parent4603ca037cab2d0f732285ce9e006744ad3118d6 (diff)
downloadqtlocation-mapboxgl-4e9688e430037b9a454320d8b29a5c99a9616fba.tar.gz
Fix compiler warnings
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fixture_request.cpp2
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();
}