diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-12-26 02:31:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-26 02:31:35 +0000 |
commit | aa841230aae629fffc9b94b3b1b1a4fa794c9d12 (patch) | |
tree | 67b5e4938d6fac2b964844363bd6ba8e92ed6dbf /pango/pangoft2-render.c | |
parent | 069472e0b2bb810e335c0e28a37dcb71e6843030 (diff) | |
download | pango-aa841230aae629fffc9b94b3b1b1a4fa794c9d12.tar.gz |
Fix more warnings.
2008-12-25 Behdad Esfahbod <behdad@gnome.org>
* pango/modules.c (pango_module_load), (script_info_free):
* pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
* pango/pango-bidi-type.c:
* pango/pango-coverage.c (pango_coverage_ref),
(pango_coverage_unref):
* pango/pango-engine.c (pango_engine_shape_real_covers),
(fallback_engine_shape), (fallback_engine_covers):
* pango/pango-fontmap.c (pango_font_map_init):
* pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
(pango_ot_ruleset_new):
* pango/pangofc-decoder.c (pango_fc_decoder_init),
(pango_fc_decoder_class_init):
* pango/pangofc-font.c (pango_fc_font_find_shaper),
(pango_fc_font_get_coverage):
* pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
(pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
(get_first_font), (_pango_fc_font_map_get_coverage),
(cleanup_font), (pango_fc_font_description_from_pattern),
(pango_fc_face_list_sizes), (pango_fc_family_list_faces):
* pango/pangoft2-fontmap.c (pango_ft2_font_map_get_resolution):
* pango/pangoft2-render.c (pango_ft2_renderer_init),
(pango_ft2_renderer_draw_trapezoid):
* pango/pangoft2.c (pango_ft2_font_get_face),
(pango_ft2_font_real_unlock_face),
(pango_ft2_free_glyph_info_callback):
Fix more warnings.
svn path=/trunk/; revision=2766
Diffstat (limited to 'pango/pangoft2-render.c')
-rw-r--r-- | pango/pangoft2-render.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c index a18f98b0..bd3b7d40 100644 --- a/pango/pangoft2-render.c +++ b/pango/pangoft2-render.c @@ -65,7 +65,7 @@ static void pango_ft2_renderer_draw_trapezoid (PangoRenderer *renderer, G_DEFINE_TYPE (PangoFT2Renderer, pango_ft2_renderer, PANGO_TYPE_RENDERER) static void -pango_ft2_renderer_init (PangoFT2Renderer *renderer) +pango_ft2_renderer_init (PangoFT2Renderer *renderer G_GNUC_UNUSED) { } @@ -437,7 +437,7 @@ interpolate_position (Position *result, */ static void pango_ft2_renderer_draw_trapezoid (PangoRenderer *renderer, - PangoRenderPart part, + PangoRenderPart part G_GNUC_UNUSED, double y1, double x11, double x21, |