summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace/src
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-03-13 15:26:10 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-13 15:26:10 +0000
commitd4dabf872ac0a12e12aebae9032f7d62762c2aeb (patch)
treea4c803ecda0a5ddb4655ba135e175d1f57f3d17c /opengl/libs/GLES_trace/src
parentffd353a73eb7794ef556c4e646f866b580a03abb (diff)
parentcdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba (diff)
downloadframeworks_native-d4dabf872ac0a12e12aebae9032f7d62762c2aeb.zip
frameworks_native-d4dabf872ac0a12e12aebae9032f7d62762c2aeb.tar.gz
frameworks_native-d4dabf872ac0a12e12aebae9032f7d62762c2aeb.tar.bz2
am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
* commit 'cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba': 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();