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
This commit is contained in:
Ebrahim Byagowi 2019-07-17 21:28:25 +04:30 committed by GitHub
parent 6a6bf7b7bc
commit ee05627aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}