Fix warning.
authorBehdad Esfahbod <behdad@src.gnome.org>
Fri, 26 Dec 2008 03:23:09 +0000 (03:23 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 26 Dec 2008 03:23:09 +0000 (03:23 +0000)
svn path=/trunk/; revision=2770

examples/cairoshape.c

index 0845c58..f668e92 100644 (file)
@@ -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;