Signed-off-by: Topi Pohjolainen <topi.pohjolai...@intel.com>
---
 tests/spec/gl-3.2/layered-rendering/blit.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/spec/gl-3.2/layered-rendering/blit.c 
b/tests/spec/gl-3.2/layered-rendering/blit.c
index a4cb6e8..ae4eea1 100644
--- a/tests/spec/gl-3.2/layered-rendering/blit.c
+++ b/tests/spec/gl-3.2/layered-rendering/blit.c
@@ -63,9 +63,9 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 PIGLIT_GL_TEST_CONFIG_END
 
 /* Values Set in piglit init */
-const int texWidth  = 32;
-const int texHeight = 32;
-const int texDepth  = 2;
+static const int texWidth  = 32;
+static const int texHeight = 32;
+static const int texDepth  = 2;
 
 static const float srcColors[2][3] = {
        {0.5, 0.4, 0.3}, {0, 1, 0}
-- 
1.8.3.1

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to