From: Christian Hergert Date: Thu, 12 Jan 2023 21:22:25 +0000 (-0800) Subject: gsk/gl: fix warning when join_sources() is unused X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~69^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb12ad807a6cc7ae614881a8b3ebb2a0ed5bca9a;p=gtk4.git gsk/gl: fix warning when join_sources() is unused --- diff --git a/gsk/gl/gskgldriver.c b/gsk/gl/gskgldriver.c index 71ebf73ef8..3d58ee71e0 100644 --- a/gsk/gl/gskgldriver.c +++ b/gsk/gl/gskgldriver.c @@ -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, ...) {