; Pacify -Wmaybe-uninitialized in coding.c.

Warning seen with GCC 13 -Og.
This commit is contained in:
Basil L. Contovounesios 2024-03-16 14:15:25 +01:00
parent 685f4295f9
commit ad3a3ad6e6

View file

@ -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;