aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-07 16:36:30 -0800
committerPaul Eggert2011-03-07 16:36:30 -0800
commit89ef49dfdacaf2cca55246c902591b69618a287b (patch)
treec21d571186697a6063393d66496ef014317da424 /src/ChangeLog
parent726929c43aaf671dcbac9b45f9da5b7c9168f3ef (diff)
downloademacs-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/ChangeLog2
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
382011-03-06 Chong Yidong <cyd@stupidchicken.com> 402011-03-06 Chong Yidong <cyd@stupidchicken.com>
39 41