From 635d8e7adde95bfab42aec70f2f01c647b9587b1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 26 Dec 2008 03:23:09 +0000 Subject: Fix warning. svn path=/trunk/; revision=2770 --- examples/cairoshape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; -- cgit v1.2.1