mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[test] Fix -Wunused-parameter on test-font.c
This commit is contained in:
parent
68b7050768
commit
8931bc4a6b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue