projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071b30a
)
disable a warning
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 3 Oct 2005 16:11:47 +0000
(16:11 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 3 Oct 2005 16:11:47 +0000
(16:11 +0000)
src/mesa/main/framebuffer.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/framebuffer.c
b/src/mesa/main/framebuffer.c
index
5fd264e
..
cdfd0f9
100644
(file)
--- 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;
}