Index: third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc |
index 107617e81ca77b4bd7c0ccb790179b136c90d2c4..94a3d7d27aaf5556875833eb23fa0a3fb08336a7 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc |
+++ b/third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc |
@@ -91,7 +91,7 @@ compose_unicode (const hb_ot_shape_normalize_context_t *c, |
static inline void |
set_glyph (hb_glyph_info_t &info, hb_font_t *font) |
{ |
- font->get_nominal_glyph (info.codepoint, &info.glyph_index()); |
+ (void) font->get_nominal_glyph (info.codepoint, &info.glyph_index()); |
} |
static inline void |