mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
silence warning
This commit is contained in:
parent
ee80e0b620
commit
616112ea2e
1 changed files with 2 additions and 0 deletions
|
|
@ -464,7 +464,9 @@ static void
|
|||
clear_depth_buffer(GLcontext *ctx, struct gl_renderbuffer *rb)
|
||||
{
|
||||
struct st_renderbuffer *strb = st_renderbuffer(rb);
|
||||
/*
|
||||
const GLboolean isDS = is_depth_stencil_format(strb->surface->format);
|
||||
*/
|
||||
|
||||
assert(strb->surface->format);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue