Commit ad3a3ad6 authored by Basil L. Contovounesios's avatar Basil L. Contovounesios
Browse files

; Pacify -Wmaybe-uninitialized in coding.c.

Warning seen with GCC 13 -Og.
parent 685f4295
Pipeline #28530 failed with stages
in 92 minutes and 27 seconds
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment