diff options
| author | Paul Eggert | 2011-03-07 16:36:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-07 16:36:30 -0800 |
| commit | 89ef49dfdacaf2cca55246c902591b69618a287b (patch) | |
| tree | c21d571186697a6063393d66496ef014317da424 /src/ChangeLog | |
| parent | 726929c43aaf671dcbac9b45f9da5b7c9168f3ef (diff) | |
| download | emacs-89ef49dfdacaf2cca55246c902591b69618a287b.tar.gz emacs-89ef49dfdacaf2cca55246c902591b69618a287b.zip | |
* charset.c (load_charset_map): Mark variables that gcc -Wuninitialized
does not deduce are never used uninitialized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 39f806283f3..c108bb38bea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -34,6 +34,8 @@ | |||
| 34 | Include <limits.h>. | 34 | Include <limits.h>. |
| 35 | (Fsort_charsets): Redo min/max calculation to shorten the code a bit | 35 | (Fsort_charsets): Redo min/max calculation to shorten the code a bit |
| 36 | and to avoid gcc -Wuninitialized warning. | 36 | and to avoid gcc -Wuninitialized warning. |
| 37 | (load_charset_map): Mark variables that gcc -Wuninitialized | ||
| 38 | does not deduce are never used uninitialized. | ||
| 37 | 39 | ||
| 38 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 40 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 39 | 41 | ||