1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

; * src/xdisp.c (produce_stretch_glyph): Avoid compilation warning.

This commit is contained in:
Eli Zaretskii 2021-11-23 14:37:53 +02:00
parent d791cd556d
commit b4fb381d8d

View File

@ -29853,7 +29853,7 @@ produce_stretch_glyph (struct it *it)
#ifdef HAVE_WINDOW_SYSTEM
int ascent = 0;
bool zero_height_ok_p = false;
struct face *face;
struct face *face = NULL; /* shut up GCC's -Wmaybe-uninitialized */
if (FRAME_WINDOW_P (it->f))
{