Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ad3a3ad6
Commit
ad3a3ad6
authored
Mar 16, 2024
by
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
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/coding.c
src/coding.c
+1
-1
No files found.
src/coding.c
View file @
ad3a3ad6
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment