From 4a06ca0e9ed3b02f344aceee3c5d9d78570c9314 Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 17 Feb 2018 14:25:27 +0300 Subject: [PATCH] Mark load_builtin_font unused --- glfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfont.c b/glfont.c index 3d3b73a..52a7dc6 100644 --- a/glfont.c +++ b/glfont.c @@ -149,7 +149,7 @@ static FT_Face load_font(char *fontname) return face; } -static FT_Face UNUSED_ATTR load_builtin_font(const void *base, int len) +static FT_Face load_builtin_font(const void *base, int len) { FT_Face face; int code; -- 2.11.4.GIT