; * src/xdisp.c (produce_stretch_glyph): Avoid compilation warning.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user