freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master fc0829565 1/2: * src/sfnt/sfwoff.c (reconstruct_glyf)


From: Werner Lemberg
Subject: [freetype2] master fc0829565 1/2: * src/sfnt/sfwoff.c (reconstruct_glyf): Fix gcc 10 warning.
Date: Fri, 1 Apr 2022 08:58:16 -0400 (EDT)

branch: master
commit fc082956505e97502c415c807577aaf70fec9960
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * src/sfnt/sfwoff.c (reconstruct_glyf): Fix gcc 10 warning.
---
 src/sfnt/sfwoff2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sfnt/sfwoff2.c b/src/sfnt/sfwoff2.c
index 0a0938d43..b2855b8e7 100644
--- a/src/sfnt/sfwoff2.c
+++ b/src/sfnt/sfwoff2.c
@@ -973,7 +973,7 @@
         /* composite glyph */
         FT_Bool    have_instructions = FALSE;
         FT_UShort  instruction_size  = 0;
-        FT_ULong   composite_size;
+        FT_ULong   composite_size    = 0;
         FT_ULong   size_needed;
         FT_Byte*   pointer           = NULL;
 



reply via email to

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