; * src/xdisp.c (produce_stretch_glyph): Avoid compilation warning.
This commit is contained in:
parent
d791cd556d
commit
b4fb381d8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue