summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace/src
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/GLES_trace/src')
-rw-r--r--opengl/libs/GLES_trace/src/gltrace_egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/GLES_trace/src/gltrace_egl.cpp b/opengl/libs/GLES_trace/src/gltrace_egl.cpp
index 9d1682a..4f9b006 100644
--- a/opengl/libs/GLES_trace/src/gltrace_egl.cpp
+++ b/opengl/libs/GLES_trace/src/gltrace_egl.cpp
@@ -71,7 +71,7 @@ void GLTrace_eglMakeCurrent(int contextId) {
glContext->traceGLMessage(&glmessage);
}
-void GLTrace_eglSwapBuffers(void *dpy, void *draw) {
+void GLTrace_eglSwapBuffers(void* /*dpy*/, void* /*draw*/) {
GLMessage glmessage;
GLTraceContext *glContext = getGLTraceContext();