summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-12 13:24:37 -0600
committerBrian Paul <brianp@vmware.com>2009-05-12 13:24:37 -0600
commite6d7f5b1222994f382f695fb3bd42ba4821f4e8b (patch)
tree53382a292a805cb91e2d0fa3177011573409aa37
parentd7313304a5627009ae23e70c6e4446435788313d (diff)
mesa: silence warning
-rw-r--r--src/mesa/main/fbobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index 9c5a5908a2..d9818be686 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa/main/fbobject.c
@@ -627,6 +627,8 @@ _mesa_test_framebuffer_completeness(GLcontext *ctx, struct gl_framebuffer *fb)
return;
}
}
+#else
+ (void) j;
#endif
if (numImages == 0) {