From 25c6735a5f82c2f3f3483722437b6caad4efd882 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Oct 2017 13:36:16 +0530 Subject: [PATCH] ... --- kitty/freetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/freetype.c b/kitty/freetype.c index 86df407a7..41e75e8fd 100644 --- a/kitty/freetype.c +++ b/kitty/freetype.c @@ -256,7 +256,7 @@ typedef struct { static inline void -_shape(Face *self, const char *string, int len, int hinting, int hintstyle, ShapeData *ans) { +_shape(Face *self, const char *string, int len, int UNUSED hinting, int UNUSED hintstyle, ShapeData *ans) { hb_buffer_clear_contents(self->harfbuzz_buffer); #ifdef HARBUZZ_HAS_LOAD_FLAGS hb_ft_font_set_load_flags(self->harfbuzz_font, get_load_flags(hinting, hintstyle, FT_LOAD_DEFAULT));