[gtk/wip/chergert/glproto: 392/493] mark count as unused as its for debugging
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/glproto: 392/493] mark count as unused as its for debugging
- Date: Fri, 19 Feb 2021 02:25:18 +0000 (UTC)
commit 785ca121dffeebfb66cca7d6476d66476887706f
Author: Christian Hergert <chergert redhat com>
Date: Thu Feb 4 13:57:58 2021 -0800
mark count as unused as its for debugging
gsk/next/gskglcommandqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/next/gskglcommandqueue.c b/gsk/next/gskglcommandqueue.c
index 1508e62645..2abdd0df64 100644
--- a/gsk/next/gskglcommandqueue.c
+++ b/gsk/next/gskglcommandqueue.c
@@ -755,6 +755,7 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self,
guint scale_factor,
const cairo_region_t *scissor)
{
+ G_GNUC_UNUSED guint count = 0;
gboolean has_scissor = scissor != NULL;
gboolean scissor_state = -1;
graphene_rect_t scissor_test;
@@ -764,7 +765,6 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self,
guint program = 0;
guint16 width = 0;
guint16 height = 0;
- guint count = 0;
guint n_binds = 0;
guint n_fbos = 0;
guint n_uniforms = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]