[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Oct 20 20:06:56 UTC 2018
test/api/test-font.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8931bc4a6b41a2a41069b99cb5c551fa30216f0b
Author: Ebrahim Byagowi <ebrahim at gnu.org>
Date: Sat Oct 20 23:23:32 2018 +0330
[test] Fix -Wunused-parameter on test-font.c
diff --git a/test/api/test-font.c b/test/api/test-font.c
index 5ceb131a..3d81cf96 100644
--- a/test/api/test-font.c
+++ b/test/api/test-font.c
@@ -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)
{
More information about the HarfBuzz
mailing list