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:
parent
d791cd556d
commit
b4fb381d8d
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user