projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d791cd5
)
; * src/xdisp.c (produce_stretch_glyph): Avoid compilation warning.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 23 Nov 2021 12:37:53 +0000
(14:37 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 23 Nov 2021 12:37:53 +0000
(14:37 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index b3647f71e4cc46192ff13b8a5672aefe37e2b650..34add807986fe24889ec976d7be028292cbce7ee 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-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))
{