Fix warning

This commit is contained in:
Behdad Esfahbod 2009-11-19 20:27:57 -05:00
parent c65b26acf2
commit 8b9b866d3e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ struct CaretValueFormat1
friend struct CaretValue; friend struct CaretValue;
private: private:
inline int get_caret_value (hb_ot_layout_context_t *context, hb_codepoint_t glyph_id) const inline int get_caret_value (hb_ot_layout_context_t *context, hb_codepoint_t glyph_id HB_GNUC_UNUSED) const
{ {
/* TODO vertical */ /* TODO vertical */
return context->font->x_scale * coordinate / 0x10000; return context->font->x_scale * coordinate / 0x10000;