mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
snapshot: fix warning when asserts are disabled
This commit is contained in:
parent
6c85a4b2f5
commit
c90ffc7363
@ -1586,7 +1586,7 @@ void
|
||||
gtk_snapshot_gl_shader_pop_texture (GtkSnapshot *snapshot)
|
||||
{
|
||||
GtkSnapshotState *state = gtk_snapshot_get_current_state (snapshot);
|
||||
GskRenderNode *node;
|
||||
G_GNUC_UNUSED GskRenderNode *node;
|
||||
|
||||
if (state->collect_func != gtk_snapshot_collect_gl_shader_texture)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user