Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696)

This commit is contained in:
Brian Paul
2004-08-25 15:59:48 +00:00
parent 866286936a
commit a6c423d956
55 changed files with 464 additions and 118 deletions

View File

@@ -791,6 +791,8 @@ _mesa_scale_and_bias_rgba(const GLcontext *ctx, GLuint n, GLfloat rgba[][4],
GLfloat rBias, GLfloat gBias,
GLfloat bBias, GLfloat aBias)
{
(void) ctx;
if (rScale != 1.0 || rBias != 0.0) {
GLuint i;
for (i = 0; i < n; i++) {