From 14fcd342f79d390c82973e58f96df0b39b5896a3 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 17 Dec 2018 11:28:51 +0100 Subject: [PATCH] remove warning --- src/text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/text.c b/src/text.c index 8671be07..f71de0c5 100644 --- a/src/text.c +++ b/src/text.c @@ -292,6 +292,7 @@ static int CALLBACK EnumFontFamCallback(CONST LOGFONTA *lpelf, CONST TEXTMETRICA char type[3] = { ' ', ' ', '\0' }; T_Font * font; + (void)lParam; // we don't use the custom callback param if (FontType & TRUETYPE_FONTTYPE) type[0] = type[1] = 'T'; else if (FontType & RASTER_FONTTYPE)