mesa: fix some MSVC signed/unsigned compiler warnings
[mesa.git] / src / mesa / main / uniforms.c
index 2e847fe3147a065e4a6d9b7c96ebc54714ef1c3d..17e24f6788d3995540ba42b90ff8a2a69a2f1af4 100644 (file)
@@ -853,7 +853,7 @@ _mesa_GetActiveAtomicCounterBufferiv(GLuint program, GLuint bufferIndex,
    GET_CURRENT_CONTEXT(ctx);
    struct gl_shader_program *shProg;
    struct gl_active_atomic_buffer *ab;
-   int i;
+   GLuint i;
 
    if (!ctx->Extensions.ARB_shader_atomic_counters) {
       _mesa_error(ctx, GL_INVALID_OPERATION,