Fix a compiler warning

This commit is contained in:
Behdad Esfahbod 2025-02-24 20:21:38 -07:00
parent 081fcbdf5a
commit 74bb7c52f3

View file

@ -132,7 +132,7 @@ get_table_tags (const hb_face_t *face HB_UNUSED,
unsigned int start_offset,
unsigned int *table_count,
hb_tag_t *table_tags,
void *user_data)
void *user_data HB_UNUSED)
{
unsigned count = sizeof (test_tags) / sizeof (test_tags[0]);
unsigned end_offset;