summaryrefslogtreecommitdiff
path: root/src/mbgl/platform
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-10 22:23:53 +1100
committerLeith Bade <leith@mapbox.com>2014-12-10 22:23:53 +1100
commit127600ef8cc6ab47d42725df0cd63c680662f950 (patch)
tree10d09333f16c6907b6f3b575176ed8f6c911cba0 /src/mbgl/platform
parent08b07c30a757ddddc105d00226330de8d58a6c18 (diff)
downloadqtlocation-mapboxgl-127600ef8cc6ab47d42725df0cd63c680662f950.tar.gz
Fix unused param
Diffstat (limited to 'src/mbgl/platform')
-rw-r--r--src/mbgl/platform/gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/platform/gl.cpp b/src/mbgl/platform/gl.cpp
index 1156381cc7..d56d395598 100644
--- a/src/mbgl/platform/gl.cpp
+++ b/src/mbgl/platform/gl.cpp
@@ -77,7 +77,7 @@ PFNGLPROGRAMPARAMETERIPROC ProgramParameteri = nullptr;
}
}
-void _CHECK_GL_ERROR(const char *cmd, const char *file, int line) {
+void _CHECK_GL_ERROR(const char */*cmd*/, const char *file, int line) {
//std::cout << cmd << ";" << std::endl;
GLenum err;