summaryrefslogtreecommitdiff
path: root/opengl/tests/gl_basic/gl_basic.cpp
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-11-14 21:24:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-14 21:24:46 +0000
commitc8ec93afd36ced43e0702f87f8ac1a5e4de36cf1 (patch)
treecfe42eaea27146dca062e74b89882c46fc2aa33d /opengl/tests/gl_basic/gl_basic.cpp
parentcd3040df6fa134ba2f4dc4733e05e5f2e9d352bd (diff)
parent2df83399a6c7b24ded440122d81a991a7587fab9 (diff)
Merge "Fix trivial compiler warnings"
am: 2df83399a6 Change-Id: I352660d434f2166bc7eb03d05971e91fa4c32571
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
-rw-r--r--opengl/tests/gl_basic/gl_basic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gl_basic/gl_basic.cpp b/opengl/tests/gl_basic/gl_basic.cpp
index e50d88fab1..0b663f796f 100644
--- a/opengl/tests/gl_basic/gl_basic.cpp
+++ b/opengl/tests/gl_basic/gl_basic.cpp
@@ -189,7 +189,7 @@ int printEGLConfigurations(EGLDisplay dpy) {
return true;
}
-int main(int argc, char **argv)
+int main(int /*argc*/, char **/*argv*/)
{
int q;
int start, end;