Pacify GCC 10.3 -Wmaybe-uninitialized
Problem reported by Basil L. Contovounesios (Bug#51075). * src/term.c (encode_terminal_code): Add an UNINIT to pacify GCC 10 bug.
This commit is contained in:
parent
bb8ef1aa30
commit
89d64fca75
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ encode_terminal_code (struct glyph *src, int src_len,
|
||||||
if (src->type == COMPOSITE_GLYPH)
|
if (src->type == COMPOSITE_GLYPH)
|
||||||
{
|
{
|
||||||
struct composition *cmp;
|
struct composition *cmp;
|
||||||
Lisp_Object gstring;
|
Lisp_Object gstring UNINIT;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
nbytes = buf - encode_terminal_src;
|
nbytes = buf - encode_terminal_src;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue