; Pacify -Wmaybe-uninitialized in coding.c.
Warning seen with GCC 13 -Og.
This commit is contained in:
parent
685f4295f9
commit
ad3a3ad6e6
1 changed files with 1 additions and 1 deletions
|
@ -5488,7 +5488,7 @@ decode_coding_charset (struct coding_system *coding)
|
|||
{
|
||||
int c;
|
||||
Lisp_Object val;
|
||||
struct charset *charset;
|
||||
struct charset *charset UNINIT;
|
||||
int dim;
|
||||
int len = 1;
|
||||
unsigned code;
|
||||
|
|
Loading…
Add table
Reference in a new issue