]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sfnt.c (sfnt_decompose_compound_glyph): Pacify warning.
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Jul 2023 00:53:37 +0000 (08:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 4 Jul 2023 00:53:37 +0000 (08:53 +0800)
src/sfnt.c

index b803ada89552a94093afe2385c6b396d0319bad5..da4cb3cc783d086d35918c595624afde1b423d00 100644 (file)
@@ -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;