diff options
author | Brian Paul <brianp@vmware.com> | 2009-05-12 13:24:37 -0600 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2009-09-12 20:56:01 +0800 |
commit | 9ac1d3e36f927687baf7467f1b71a5ff7b84d868 (patch) | |
tree | 4e1c8304f46e651e979b12a39b8149277f356f1b /src | |
parent | 610e200429ddfd15f8943a609e1a8910566ee639 (diff) |
mesa: silence warning
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/fbobject.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |