From 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Nov 2009 20:27:57 -0500 Subject: [PATCH] Fix warning --- src/hb-ot-layout-gdef-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-gdef-private.hh b/src/hb-ot-layout-gdef-private.hh index 9c829e2..a047cb2 100644 --- a/src/hb-ot-layout-gdef-private.hh +++ b/src/hb-ot-layout-gdef-private.hh @@ -91,7 +91,7 @@ struct CaretValueFormat1 friend struct CaretValue; 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 */ return context->font->x_scale * coordinate / 0x10000; -- 2.7.4