diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c108bb38bea..02dc5390f38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | and to avoid gcc -Wuninitialized warning. | 36 | and to avoid gcc -Wuninitialized warning. |
| 37 | (load_charset_map): Mark variables that gcc -Wuninitialized | 37 | (load_charset_map): Mark variables that gcc -Wuninitialized |
| 38 | does not deduce are never used uninitialized. | 38 | does not deduce are never used uninitialized. |
| 39 | (load_charset): Abort instead of using uninitialized var. | ||
| 39 | 40 | ||
| 40 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 41 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 41 | 42 | ||