gsk/ngl: Build with G_DISABLE_ASSERT enabled

This commit is contained in:
Emmanuele Bassi
2021-04-12 12:27:55 +01:00
parent 1968a18edb
commit 6d3beaf955

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;