diff options
author | Brian Paul <[email protected]> | 2008-07-29 17:43:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-29 17:43:35 -0600 |
commit | 016701f6860a840e079cb4c5f844a8cced712cd8 (patch) | |
tree | 217bbdbb61654ebf06220b19ecca7388024076c0 /src/mesa/shader/prog_parameter.c | |
parent | b26a80aa12f1f8316da495b4fdeb94e75ba5d740 (diff) |
mesa: Silence compiler warnings on Windows.
Diffstat (limited to 'src/mesa/shader/prog_parameter.c')
-rw-r--r-- | src/mesa/shader/prog_parameter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_parameter.c b/src/mesa/shader/prog_parameter.c index e209bbf6c40..d87e8f6e15f 100644 --- a/src/mesa/shader/prog_parameter.c +++ b/src/mesa/shader/prog_parameter.c @@ -296,6 +296,7 @@ _mesa_add_sampler(struct gl_program_parameter_list *paramList, return (GLint) paramList->ParameterValues[i][0]; } else { + GLuint i; const GLint size = 1; /* a sampler is basically a texture unit number */ GLfloat value; GLint numSamplers = 0; |