[Mesa-dev] [PATCH 09/18] mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
Brian Paul
brianp at vmware.com
Sun Nov 4 15:43:54 PST 2012
---
src/mesa/main/matrix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c
index 28c4e2b..3c5968c 100644
--- a/src/mesa/main/matrix.c
+++ b/src/mesa/main/matrix.c
@@ -746,7 +746,7 @@ void _mesa_free_matrix_data( struct gl_context *ctx )
*/
void _mesa_init_transform( struct gl_context *ctx )
{
- GLint i;
+ GLuint i;
/* Transformation group */
ctx->Transform.MatrixMode = GL_MODELVIEW;
--
1.7.3.4
More information about the mesa-dev
mailing list