diff options
author | Brian Paul <[email protected]> | 2005-10-03 16:11:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-10-03 16:11:47 +0000 |
commit | a6296dd2c3cd40fc58fb1cd52b299fdf6c37f8c2 (patch) | |
tree | 1f3e15f24c6649afa26cac923b4566b347e4e0a8 /src/mesa/main | |
parent | 071b30aba139aca90c920d6d9b502630c94355d7 (diff) |
disable a warning
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/framebuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 5fd264eae6c..cdfd0f9c7c8 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; } |