summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 15:18:30 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 15:18:30 +0200
commit087d04292a844fbfdb8d65457b1d44456e51c631 (patch)
treed8849a40764a09a53cd0920e8f5bdd87c65d9001 /test
parent905c4294be495d15591885a2438ca0b8abc8decf (diff)
parent253bbd1c5b5c5ae4a7bdbf731f58efa08d8cf855 (diff)
downloadqtlocation-mapboxgl-087d04292a844fbfdb8d65457b1d44456e51c631.tar.gz
Merge branch 'master' of github.com:mapbox/mapbox-gl-native
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 3dd8a356a8..f3b41681a6 100644
--- a/test/fixtures/fixture_request.cpp
+++ b/test/fixtures/fixture_request.cpp
@@ -55,7 +55,7 @@ void HTTPRequestBaton::start(const util::ptr<HTTPRequestBaton> &baton) {
uv_async_send(baton->async);
}
-void HTTPRequestBaton::stop(const util::ptr<HTTPRequestBaton> &) {
+void HTTPRequestBaton::stop(const util::ptr<HTTPRequestBaton> &/*baton*/) {
fprintf(stderr, "HTTP request cannot be canceled because it is answered immediately");
abort();
}