diff options
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 | ||