mesa: s/int/GLuint/ in get.c to silence MSVC warnings

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2012-11-04 16:43:44 -07:00
parent cc6c887cca
commit 49cea4d40c
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@ _mesa_GetDoublev(GLenum pname, GLdouble *params)
}
static enum value_type
find_value_indexed(const char *func, GLenum pname, int index, union value *v)
find_value_indexed(const char *func, GLenum pname, GLuint index, union value *v)
{
GET_CURRENT_CONTEXT(ctx);