diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cairoshape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cairoshape.c b/examples/cairoshape.c index 0845c587..f668e92d 100644 --- a/examples/cairoshape.c +++ b/examples/cairoshape.c @@ -105,7 +105,7 @@ static void mini_svg_shape_renderer (cairo_t *cr, PangoAttrShape *attr, gboolean do_path, - gpointer data) + gpointer data G_GNUC_UNUSED) { MiniSvg *shape = (MiniSvg *) attr->data; double scale_x, scale_y; |