mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-10 15:23:35 +00:00
Fix a compiler warning
This commit is contained in:
parent
081fcbdf5a
commit
74bb7c52f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue