summaryrefslogtreecommitdiff
path: root/opengl/tests/gl_basic/gl_basic.cpp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-07 15:14:48 -0800
committerChih-Hung Hsieh <chh@google.com>2017-11-07 15:14:48 -0800
commit11e77b524ecfb10e3d79c1481d560e9d6f6fcda5 (patch)
tree376bffc5f47bd67260f12fc4f37b2158321e6675 /opengl/tests/gl_basic/gl_basic.cpp
parent5be02d66ed26c2938cf179ed625057d225ab38c8 (diff)
Fix trivial compiler warnings
Test: Compile & executed many of the tests on Marlin Change-Id: I2d88922c5dcc88de0394c5bfade02ca1dd9d7b60 Merged-In: I2d88922c5dcc88de0394c5bfade02ca1dd9d7b60 (cherry picked from commit 9c938487732de50adb46a2699ce930195c873ea1)
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;