diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-26 03:23:09 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-26 03:23:09 +0000 |
commit | 635d8e7adde95bfab42aec70f2f01c647b9587b1 (patch) | |
tree | 5aab8e598a20e164cb322d7682a106f406d0e5bf /examples | |
parent | 3d24172554d62f72791fcec4ccc561fb939d7db7 (diff) | |
download | pango-635d8e7adde95bfab42aec70f2f01c647b9587b1.tar.gz |
Fix warning.
svn path=/trunk/; revision=2770
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; |