summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-08-07 13:02:40 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-07 13:02:40 -0700
commit70a31baf5c78b9dad4f2dcdc7920b7eb1453e402 (patch)
tree60e6dd53228947be54372976b6baaf9eb92a7fbe /common
parent6dc391194951bdd39bb7f0b1774ddadea7609643 (diff)
downloadqtlocation-mapboxgl-70a31baf5c78b9dad4f2dcdc7920b7eb1453e402.tar.gz
Eliminate warnings
Diffstat (limited to 'common')
-rw-r--r--common/glfw_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glfw_view.cpp b/common/glfw_view.cpp
index f6a1c1ae7a..f53090a000 100644
--- a/common/glfw_view.cpp
+++ b/common/glfw_view.cpp
@@ -202,7 +202,7 @@ void GLFWView::swap() {
glfwSetWindowTitle(window, title.c_str());
}
-void GLFWView::notify_map_change(mbgl::MapChange change, mbgl::timestamp delay) {
+void GLFWView::notify_map_change(mbgl::MapChange /*change*/, mbgl::timestamp /*delay*/) {
// no-op
}