summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-18 14:05:52 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-18 14:05:52 +0200
commit5a59b5f5fcdf3e13e2e3812066719231ae30aef7 (patch)
tree1219206b949e8f73bee5d31812cea7cb8f548801 /common
parent2076d3d97bf7cf33aa93285debdfd8181a9c2f33 (diff)
downloadqtlocation-mapboxgl-5a59b5f5fcdf3e13e2e3812066719231ae30aef7.tar.gz
fix warnings
Diffstat (limited to 'common')
-rw-r--r--common/headless_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/headless_view.cpp b/common/headless_view.cpp
index 6a7d75d754..3fb090f2b5 100644
--- a/common/headless_view.cpp
+++ b/common/headless_view.cpp
@@ -153,7 +153,7 @@ HeadlessView::~HeadlessView() {
#endif
}
-void HeadlessView::notify_map_change(mbgl::MapChange change, mbgl::timestamp delay) {
+void HeadlessView::notify_map_change(mbgl::MapChange /*change*/, mbgl::timestamp /*delay*/) {
// no-op
}