gskglcommandqueue: Mark some variables G_GNUC_UNUSED

These are unused if sysprof isn't being used.
This commit is contained in:
Timm Bäder 2021-12-16 11:04:37 +01:00
parent ae60293c24
commit ceb61e6600

View File

@ -952,9 +952,9 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self,
guint program = 0;
guint width = 0;
guint height = 0;
guint n_binds = 0;
G_GNUC_UNUSED guint n_binds = 0;
guint n_fbos = 0;
guint n_uniforms = 0;
G_GNUC_UNUSED guint n_uniforms = 0;
guint n_programs = 0;
guint vao_id;
guint vbo_id;