summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace/src
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-03-13 15:20:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-13 15:20:45 +0000
commitcdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba (patch)
treeaa1c6a8230541a45e941eb4c459b19b8487e08d3 /opengl/libs/GLES_trace/src
parent06ed9491418ce84e4272bf4201545fa6cfe3932e (diff)
parent92dc3fc52cf097bd105460cf377779bdcf146d62 (diff)
downloadframeworks_native-cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba.zip
frameworks_native-cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba.tar.gz
frameworks_native-cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba.tar.bz2
Merge "native frameworks: 64-bit compile issues"
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();