commit | 8931bc4a6b41a2a41069b99cb5c551fa30216f0b | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <[email protected]> | Sat Oct 20 23:23:32 2018 +0330 |
committer | GitHub <[email protected]> | Sat Oct 20 23:23:32 2018 +0330 |
tree | 014e2ffddb3d2b5f8f68256027ec3db9c2be790e | |
parent | 68b705076808d4b0a4ac3bfa945b8f9ae23db1df [diff] |
[test] Fix -Wunused-parameter on test-font.c
diff --git a/test/api/test-font.c b/test/api/test-font.c index 5ceb131..3d81cf9 100644 --- a/test/api/test-font.c +++ b/test/api/test-font.c
@@ -367,7 +367,7 @@ 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) {