diff options
| author | Paul Eggert | 2011-03-07 23:12:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-07 23:12:45 -0800 |
| commit | c4a63b128d3f8405fa1037e0c22bd8fabcbdd123 (patch) | |
| tree | a75ea45e3cd0ed891224510880b341129d28966a /src/ChangeLog | |
| parent | 413bb2db753528a2e4bd70f8bbabcd232b11b6d7 (diff) | |
| download | emacs-c4a63b128d3f8405fa1037e0c22bd8fabcbdd123.tar.gz emacs-c4a63b128d3f8405fa1037e0c22bd8fabcbdd123.zip | |
* coding.c: (decode_coding_object, encode_coding_object, detect_coding_system):
Mark variables that gcc -Wuninitialized does not deduce are never
used uninitialized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b518a6341c..ae111aef44c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -53,6 +53,9 @@ | |||
| 53 | * coding.c (emacs_mule_char, encode_invocation_designation): | 53 | * coding.c (emacs_mule_char, encode_invocation_designation): |
| 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): | ||
| 57 | Mark variables that gcc -Wuninitialized does not deduce are never | ||
| 58 | used uninitialized. | ||
| 56 | 59 | ||
| 57 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 60 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 58 | 61 | ||