emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 2963924d803 2/2: ; * src/sfnt.c (sfnt_decompose_compound


From: Po Lu
Subject: feature/android 2963924d803 2/2: ; * src/sfnt.c (sfnt_decompose_compound_glyph): Pacify warning.
Date: Mon, 3 Jul 2023 20:53:53 -0400 (EDT)

branch: feature/android
commit 2963924d803e2d0247169f477c31d4c91281928b
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]