diff options
| author | Paul Eggert | 2011-03-07 23:34:38 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-07 23:34:38 -0800 |
| commit | ee05f96119932f5e4f33b59e1a2f4abdd9c0a34a (patch) | |
| tree | 3039f4872467f78edd4dbae6a867c4d9d96bb193 /src/ChangeLog | |
| parent | 5f58e762f919864376efe785253006590a1e4dc5 (diff) | |
| download | emacs-ee05f96119932f5e4f33b59e1a2f4abdd9c0a34a.tar.gz emacs-ee05f96119932f5e4f33b59e1a2f4abdd9c0a34a.zip | |
* coding.c (decode_coding_emacs_mule): Mark variables that gcc
-Wuninitialized does not deduce are never used uninitialized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fdc9fb126ed..07a7c1736ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -54,8 +54,8 @@ | |||
| 54 | Now static, since they're not used elsewhere. | 54 | Now static, since they're not used elsewhere. |
| 55 | (decode_coding_iso_2022): Add "default: abort ();" as a safety check. | 55 | (decode_coding_iso_2022): Add "default: abort ();" as a safety check. |
| 56 | (decode_coding_object, encode_coding_object, detect_coding_system): | 56 | (decode_coding_object, encode_coding_object, detect_coding_system): |
| 57 | Mark variables that gcc -Wuninitialized does not deduce are never | 57 | (decode_coding_emacs_mule): Mark variables that gcc |
| 58 | used uninitialized. | 58 | -Wuninitialized does not deduce are never used uninitialized. |
| 59 | (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): | 59 | (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): |
| 60 | (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P): | 60 | (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P): |
| 61 | (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER): | 61 | (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER): |