From ee05627aff2993c51ed8a4bff3170450c000a28a Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 17 Jul 2019 21:28:25 +0430 Subject: [PATCH] Improve syntax to make out linux-arm64 a little happy Decided to apply is we did the same on other places however this won't fix all of its complains --- src/hb-subset-plan.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-subset-plan.cc b/src/hb-subset-plan.cc index 6b33c17b6..e244da199 100644 --- a/src/hb-subset-plan.cc +++ b/src/hb-subset-plan.cc @@ -179,7 +179,7 @@ _create_old_gid_to_new_gid_map (const hb_face_t *face, unsigned max_glyph = + hb_iter (all_gids_to_retain) - | hb_reduce (hb_max, 0) + | hb_reduce (hb_max, 0u) ; *num_glyphs = max_glyph + 1; }