summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-03 16:11:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-03 16:11:47 +0000
commita6296dd2c3cd40fc58fb1cd52b299fdf6c37f8c2 (patch)
tree1f3e15f24c6649afa26cac923b4566b347e4e0a8 /src/mesa/main/framebuffer.c
parent071b30aba139aca90c920d6d9b502630c94355d7 (diff)
disable a warning
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r--src/mesa/main/framebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c
index 5fd264eae6..cdfd0f9c7c 100644
--- a/src/mesa/main/framebuffer.c
+++ b/src/mesa/main/framebuffer.c
@@ -398,7 +398,7 @@ _mesa_update_framebuffer(GLcontext *ctx)
count++;
}
else {
- _mesa_warning(ctx, "DrawBuffer names a missing buffer!");
+ /*_mesa_warning(ctx, "DrawBuffer names a missing buffer!\n");*/
}
bufferMask &= ~bufferBit;
}