gsk/ngl: Build with G_DISABLE_ASSERT enabled

This commit is contained in:
Emmanuele Bassi 2021-04-12 12:27:55 +01:00 committed by Matthias Clasen
parent f98353c20b
commit 31e08d4629

View File

@ -246,7 +246,7 @@ gsk_ngl_texture_atlas_initialize (GskNglDriver *driver,
{
/* Insert a single pixel at 0,0 for use in coloring */
gboolean packed;
gboolean packed G_GNUC_UNUSED;
int x, y;
guint gl_format;
guint gl_type;