gsk: Quiet a compiler warning

This commit is contained in:
Matthias Clasen 2023-01-28 21:13:10 -05:00
parent 32e855ad61
commit c43e1f3d0a

View File

@ -956,7 +956,7 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self,
guint default_framebuffer)
{
G_GNUC_UNUSED guint count = 0;
graphene_rect_t scissor_test;
graphene_rect_t scissor_test = { 0, };
gboolean has_scissor = scissor != NULL;
gboolean scissor_state = -1;
guint program = 0;