gsk/gl: fix warning when join_sources() is unused

This commit is contained in:
Christian Hergert 2023-01-12 13:22:25 -08:00
parent 965c52d369
commit fb12ad807a

View File

@ -184,7 +184,7 @@ gsk_gl_driver_shader_weak_cb (gpointer data,
}
}
G_GNUC_NULL_TERMINATED static inline GBytes *
G_GNUC_UNUSED G_GNUC_NULL_TERMINATED static inline GBytes *
join_sources (GBytes *first_bytes,
...)
{