[test] Fix -Wunused-parameter on test-font.c

This commit is contained in:
Ebrahim Byagowi 2018-10-20 23:23:32 +03:30 committed by GitHub
parent 68b7050768
commit 8931bc4a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ test_fontfuncs_subclassing (void)
static hb_bool_t
nominal_glyph_func (hb_font_t *font HB_UNUSED,
void *font_data HB_UNUSED,
hb_codepoint_t unicode,
hb_codepoint_t unicode HB_UNUSED,
hb_codepoint_t *glyph,
void *user_data HB_UNUSED)
{