tnl: fix double->float and int/uint conversion warnings

Reported by Karl Schultz.
This commit is contained in:
Brian Paul
2010-01-27 17:01:10 -07:00
parent 880411c72a
commit 28bd4a1d81
3 changed files with 3 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ static void adjust_input_ptrs( GLcontext *ctx, GLint diff)
struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx);
struct tnl_clipspace_attr *a = vtx->attr;
const GLuint count = vtx->attr_count;
int j;
GLuint j;
diff -= 1;
for (j=0; j<count; ++j) {