diff options
Diffstat (limited to 'pango/pangofc-decoder.c')
-rw-r--r-- | pango/pangofc-decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangofc-decoder.c b/pango/pangofc-decoder.c index 5f0c0bfc..09a4eed0 100644 --- a/pango/pangofc-decoder.c +++ b/pango/pangofc-decoder.c @@ -25,12 +25,12 @@ G_DEFINE_ABSTRACT_TYPE (PangoFcDecoder, pango_fc_decoder, G_TYPE_OBJECT) static void -pango_fc_decoder_init (PangoFcDecoder *decoder) +pango_fc_decoder_init (PangoFcDecoder *decoder G_GNUC_UNUSED) { } static void -pango_fc_decoder_class_init (PangoFcDecoderClass *klass) +pango_fc_decoder_class_init (PangoFcDecoderClass *klass G_GNUC_UNUSED) { } |