diff options
author | Chih-hung Hsieh <chh@google.com> | 2017-11-14 21:17:47 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-14 21:17:47 +0000 |
commit | 2df83399a6c7b24ded440122d81a991a7587fab9 (patch) | |
tree | cfe42eaea27146dca062e74b89882c46fc2aa33d /opengl/tests/gl_basic/gl_basic.cpp | |
parent | 01d0be16bda54e09ab5d0f3fa5199b27dea4ae50 (diff) | |
parent | 11e77b524ecfb10e3d79c1481d560e9d6f6fcda5 (diff) |
Merge "Fix trivial compiler warnings"
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
-rw-r--r-- | opengl/tests/gl_basic/gl_basic.cpp | 2 |
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; |