aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 1544f319b00..d14e562ce9a 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4295,6 +4295,9 @@ encode_invocation_designation (struct charset *charset,
4295 else 4295 else
4296 ENCODE_LOCKING_SHIFT_3; 4296 ENCODE_LOCKING_SHIFT_3;
4297 break; 4297 break;
4298
4299 default:
4300 break;
4298 } 4301 }
4299 } 4302 }
4300 4303
@@ -7292,6 +7295,8 @@ produce_annotation (struct coding_system *coding, ptrdiff_t pos)
7292 case CODING_ANNOTATE_CHARSET_MASK: 7295 case CODING_ANNOTATE_CHARSET_MASK:
7293 produce_charset (coding, charbuf, pos); 7296 produce_charset (coding, charbuf, pos);
7294 break; 7297 break;
7298 default:
7299 break;
7295 } 7300 }
7296 charbuf += len; 7301 charbuf += len;
7297 } 7302 }