pango r2770 - trunk/examples



Author: behdad
Date: Fri Dec 26 03:23:09 2008
New Revision: 2770
URL: http://svn.gnome.org/viewvc/pango?rev=2770&view=rev

Log:
Fix warning.

Modified:
   trunk/examples/cairoshape.c

Modified: trunk/examples/cairoshape.c
==============================================================================
--- trunk/examples/cairoshape.c	(original)
+++ trunk/examples/cairoshape.c	Fri Dec 26 03:23:09 2008
@@ -105,7 +105,7 @@
 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]