Missing cast

pull/2686/head
Simon Cozens 4 years ago
parent 8e1bedc50b
commit 4bb6d54e3b
  1. 2
      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);

Loading…
Cancel
Save