diff --git a/util/hb-info.cc b/util/hb-info.cc index b3a8b35eb..e514f9055 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -846,7 +846,7 @@ struct info_t : hb_set_next (unicodes, &u);) { hb_codepoint_t gid = 0; - bool b = hb_font_get_variation_glyph (font, u, vs, &gid); + HB_UNUSED bool b = hb_font_get_variation_glyph (font, u, vs, &gid); assert (b); char glyphname[64];