From 9ac1d3e36f927687baf7467f1b71a5ff7b84d868 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 12 May 2009 13:24:37 -0600 Subject: mesa: silence warning --- src/mesa/main/fbobject.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index 825a23090b..877ec00ae4 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -644,6 +644,8 @@ _mesa_test_framebuffer_completeness(GLcontext *ctx, struct gl_framebuffer *fb) return; } } +#else + (void) j; #endif if (numImages == 0) { -- cgit v1.2.3