summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-07 21:00:51 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-07 21:04:59 +1100
commit4a35b831fc34a175ec0f202a4c53f13f065cff9d (patch)
treede91edc24b9d52652535eac4a5ed30d63f3a6024 /android
parent2164afd2f046772c4191437386c2eae091c00ae2 (diff)
downloadqtlocation-mapboxgl-4a35b831fc34a175ec0f202a4c53f13f065cff9d.tar.gz
Better way to avoid warnings
Diffstat (limited to 'android')
-rw-r--r--android/cpp/NativeMapView.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/android/cpp/NativeMapView.cpp b/android/cpp/NativeMapView.cpp
index facdbd48c2..23badd2c6a 100644
--- a/android/cpp/NativeMapView.cpp
+++ b/android/cpp/NativeMapView.cpp
@@ -547,12 +547,9 @@ void MBGLView::notify() {
// noop
}
-void MBGLView::notify_map_change(mbgl::MapChange change, mbgl::timestamp delay) {
+void MBGLView::notify_map_change(mbgl::MapChange /* change */, mbgl::timestamp /* delay */) {
DEBUG("MBGLView::notify_map_change()");
nativeView->notifyMapChange();
- // TODO: use new variables - do i need to?
- (void)change;
- (void)delay;
}
} // namespace android