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:
@@ -550,7 +550,7 @@ encode_terminal_code (struct glyph *src, int src_len,
|
||||
if (src->type == COMPOSITE_GLYPH)
|
||||
{
|
||||
struct composition *cmp;
|
||||
Lisp_Object gstring;
|
||||
Lisp_Object gstring UNINIT;
|
||||
int i;
|
||||
|
||||
nbytes = buf - encode_terminal_src;
|
||||
|
||||
Reference in New Issue
Block a user