summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-18 16:41:59 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-18 16:41:59 -0400
commit82edd870bd4a86ceaeea93afc59e5c3096c740c9 (patch)
tree0cacea958b1e73b529e31d0139e06d0a84afbbf7
parentf397c67d5b23b35b6488c00b821f727d2e67cab4 (diff)
downloadpango-82edd870bd4a86ceaeea93afc59e5c3096c740c9.tar.gz
Fix a few other pedantic warnings
-rw-r--r--pango/opentype/hb-ot-layout-common-private.hh2
-rw-r--r--pango/opentype/hb-ot-layout-gdef-private.hh2
-rw-r--r--pango/opentype/hb-ot-layout-gpos-private.hh4
-rw-r--r--pango/opentype/hb-ot-layout-gsub-private.hh2
4 files changed, 5 insertions, 5 deletions
diff --git a/pango/opentype/hb-ot-layout-common-private.hh b/pango/opentype/hb-ot-layout-common-private.hh
index 78eeb80b..1f63348b 100644
--- a/pango/opentype/hb-ot-layout-common-private.hh
+++ b/pango/opentype/hb-ot-layout-common-private.hh
@@ -246,7 +246,7 @@ struct LookupFlag : USHORT
IgnoreMarks = 0x0008u,
UseMarkFilteringSet = 0x0010u,
Reserved = 0x00E0u,
- MarkAttachmentType = 0xFF00u,
+ MarkAttachmentType = 0xFF00u
};
};
ASSERT_SIZE (LookupFlag, 2);
diff --git a/pango/opentype/hb-ot-layout-gdef-private.hh b/pango/opentype/hb-ot-layout-gdef-private.hh
index 8b6019ad..e4e0417b 100644
--- a/pango/opentype/hb-ot-layout-gdef-private.hh
+++ b/pango/opentype/hb-ot-layout-gdef-private.hh
@@ -305,7 +305,7 @@ struct GDEF
BaseGlyph = 1,
LigatureGlyph = 2,
MarkGlyph = 3,
- ComponentGlyph = 4,
+ ComponentGlyph = 4
};
STATIC_DEFINE_GET_FOR_DATA_CHECK_MAJOR_VERSION (GDEF, 1, 1);
diff --git a/pango/opentype/hb-ot-layout-gpos-private.hh b/pango/opentype/hb-ot-layout-gpos-private.hh
index e665c156..0357522e 100644
--- a/pango/opentype/hb-ot-layout-gpos-private.hh
+++ b/pango/opentype/hb-ot-layout-gpos-private.hh
@@ -49,7 +49,7 @@ struct ValueFormat : USHORT
xAdvDevice = 0x0040, /* Includes horizontal Device table for advance */
yAdvDevice = 0x0080, /* Includes vertical Device table for advance */
ignored = 0x0F00, /* Was used in TrueType Open for MM fonts */
- reserved = 0xF000, /* For future use */
+ reserved = 0xF000 /* For future use */
};
inline unsigned int get_len () const
@@ -1299,7 +1299,7 @@ struct PosLookupSubTable
MarkMark = 6,
Context = 7,
ChainContext = 8,
- Extension = 9,
+ Extension = 9
};
inline bool apply (APPLY_ARG_DEF, unsigned int lookup_type) const
diff --git a/pango/opentype/hb-ot-layout-gsub-private.hh b/pango/opentype/hb-ot-layout-gsub-private.hh
index af278295..4c682fed 100644
--- a/pango/opentype/hb-ot-layout-gsub-private.hh
+++ b/pango/opentype/hb-ot-layout-gsub-private.hh
@@ -675,7 +675,7 @@ struct SubstLookupSubTable
Context = 5,
ChainContext = 6,
Extension = 7,
- ReverseChainSingle = 8,
+ ReverseChainSingle = 8
};
inline bool apply (APPLY_ARG_DEF, unsigned int lookup_type) const