[test] Fix -Wunused-parameter on test-font.c
This commit is contained in:
parent
68b7050768
commit
8931bc4a6b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user