From 4bb6d54e3bd16ae42364587f9703128b95de89de Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 18 Sep 2020 16:26:08 +0100 Subject: [PATCH] Missing cast --- src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index dde613817..652ef4704 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -1491,7 +1491,7 @@ final_reordering_indic (const hb_ot_shape_plan_t *plan, if (buffer->message (font, "start reordering indic final")) { foreach_syllable (buffer, start, end) final_reordering_syllable_indic (plan, buffer, start, end); - buffer->message (font, "end reordering indic final"); + (void) buffer->message (font, "end reordering indic final"); } HB_BUFFER_DEALLOCATE_VAR (buffer, indic_category);