diff options
author | Eric Anholt <eric@anholt.net> | 2009-12-15 14:13:10 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-12-15 14:41:55 -0800 |
commit | 8c55f389d7eb232ab469e545109ad5a7d7f2a109 (patch) | |
tree | bf47d03a8b2c77baa214c51a172068cca83176ec /tests/shaders/vp-clipdistance-02.c | |
parent | 184b4b08d3d1c89809dddcbadd351b4bc241f904 (diff) |
Fix a couple of compile warnings.
Diffstat (limited to 'tests/shaders/vp-clipdistance-02.c')
-rw-r--r-- | tests/shaders/vp-clipdistance-02.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/shaders/vp-clipdistance-02.c b/tests/shaders/vp-clipdistance-02.c index 58b2564f1..c7670b35a 100644 --- a/tests/shaders/vp-clipdistance-02.c +++ b/tests/shaders/vp-clipdistance-02.c @@ -83,7 +83,6 @@ enum piglit_result piglit_display(void) { static const GLfloat color[4] = { 0.0, 1.0, 0.0, 1.0 }; - static const GLfloat bad_color[4] = { 1.0, 0.0, 0.0, 1.0 }; int result = PIGLIT_SUCCESS; unsigned i; |