From 2fc8c1c04664645ed397c034ee532c41d0f3941e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 11 Apr 2006 08:31:44 +0000 Subject: =?UTF-8?q?Bug=20337924=20=E2=80=93=20cleanups=20for=20issues=20re?= =?UTF-8?q?ported=20by=20various=20compilers=20Patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-04-11 Behdad Esfahbod Bug 337924 – cleanups for issues reported by various compilers Patch from Kjartan Maraas. * examples/viewer-x.c (update): * modules/arabic/arabic-fc.c (fallback_shape), (arabic_engine_shape): * modules/basic/basic-fc.c (fallback_shape), (basic_engine_shape): * modules/basic/basic-x.c: * modules/hangul/hangul-fc.c: * modules/hebrew/hebrew-fc.c (hebrew_engine_shape): * modules/indic/indic-fc.c: * modules/khmer/khmer-fc.c: * modules/syriac/syriac-fc.c: * modules/thai/thai-fc.c: * modules/tibetan/tibetan-fc.c: * pango/break.c: * pango/modules.c: * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table): * pango/pango-attributes.c (pango_attr_list_filter): * pango/pango-engine.c: * pango/pango-fontset.c: * pango/pango-layout.c (pango_layout_set_text), (pango_layout_xy_to_index), (pango_layout_get_cursor_pos): * pango/pango-markup.c (text_handler): * pango/pango-utils.c (read_alias_file): * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE): * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE): * pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info): * pango/pangox-fontmap.c (pango_x_make_matching_xlfd): * tests/dump-boundaries.c (fail): Remove unused variables. Remove excess semicolon after DEFINE_TYPE macros. --- pango/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/modules.c') diff --git a/pango/modules.c b/pango/modules.c index 4c272098..af0b9b68 100644 --- a/pango/modules.c +++ b/pango/modules.c @@ -247,7 +247,7 @@ pango_module_class_init (PangoModuleClass *class) static PANGO_DEFINE_TYPE (PangoModule, pango_module, pango_module_class_init, NULL, - G_TYPE_TYPE_MODULE); + G_TYPE_TYPE_MODULE) static PangoEngine * pango_engine_pair_get_engine (PangoEnginePair *pair) -- cgit v1.2.1