aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-04-08 16:41:28 -0400
committerChong Yidong2011-04-08 16:41:28 -0400
commit65969f63dfe134bdb18177b13b83658627709358 (patch)
tree09ff58670d5d1e4b17738d34a2eefc2375b42baa /src/ChangeLog
parent5324d904a3c7e2eaf0e15edab0d6c55fe7c9dcd2 (diff)
downloademacs-65969f63dfe134bdb18177b13b83658627709358.tar.gz
emacs-65969f63dfe134bdb18177b13b83658627709358.zip
Fix more GCC strict-aliasing warnings.
* src/ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use unsigned char, to match FcChar8 type definition. * src/xmenu.c (create_and_show_popup_menu): * src/xselect.c (x_decline_selection_request) (x_reply_selection_request): Avoid type-punned deref of X events.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82c1597e343..c536da41812 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,12 @@
12011-04-08 Chong Yidong <cyd@stupidchicken.com> 12011-04-08 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X 3 * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use
4 events. 4 unsigned char, to match FcChar8 type definition.
5
6 * xterm.c (handle_one_xevent):
7 * xmenu.c (create_and_show_popup_menu):
8 * xselect.c (x_decline_selection_request)
9 (x_reply_selection_request): Avoid type-punned deref of X events.
5 10
62011-04-08 Svante Signell <svante.signell@telia.com> (tiny change) 112011-04-08 Svante Signell <svante.signell@telia.com> (tiny change)
7 12