disable a warning

This commit is contained in:
Brian Paul
2005-10-03 16:11:47 +00:00
parent 071b30aba1
commit a6296dd2c3
+1 -1
View File
@@ -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;
}