diff options
author | Brian Paul <[email protected]> | 2003-11-25 16:39:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-11-25 16:39:31 +0000 |
commit | 8236a534b7c31b5d3b688323de05cfa5e446f70d (patch) | |
tree | f2da1c9f02675aeced8c0020bd8a38bdd621f2e7 /src/mesa/tnl/t_vb_render.c | |
parent | 2c9f50dd4acc65ddfeb8e3fde98137711167e579 (diff) |
fix assorted g++ warnings
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r-- | src/mesa/tnl/t_vb_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index ec0d11bf84c..fb3a8f693c2 100644 --- a/src/mesa/tnl/t_vb_render.c +++ b/src/mesa/tnl/t_vb_render.c @@ -304,7 +304,7 @@ static GLboolean run_render( GLcontext *ctx, do { - GLint i; + GLuint i; for (i = 0 ; i < VB->PrimitiveCount ; i++) { |