From 2963924d803e2d0247169f477c31d4c91281928b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 4 Jul 2023 08:53:37 +0800 Subject: [PATCH] ; * src/sfnt.c (sfnt_decompose_compound_glyph): Pacify warning. --- src/sfnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfnt.c b/src/sfnt.c index b803ada8955..da4cb3cc783 100644 --- a/src/sfnt.c +++ b/src/sfnt.c @@ -2651,7 +2651,7 @@ sfnt_decompose_compound_glyph (struct sfnt_glyph *glyph, bool need_free; struct sfnt_compound_glyph_component *component; sfnt_fixed x, y, xtemp, ytemp; - size_t point, point2, index; + size_t point UNINIT, point2 UNINIT, index; uint16_t last_point, number_of_contours; sfnt_fixed *x_base, *y_base; size_t *contour_base; -- 2.39.2