disable a warning

This commit is contained in:
Brian Paul 2005-10-03 16:10:35 +00:00
parent b1e8471898
commit b210ffaadf

View file

@ -493,7 +493,7 @@ _mesa_update_framebuffer(GLcontext *ctx)
count++;
}
else {
_mesa_warning(ctx, "DrawBuffer names a missing buffer!");
/*_mesa_warning(ctx, "DrawBuffer names a missing buffer!");*/
}
bufferMask &= ~bufferBit;
}