diff options
| author | Chong Yidong | 2011-04-08 16:41:28 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-08 16:41:28 -0400 |
| commit | 65969f63dfe134bdb18177b13b83658627709358 (patch) | |
| tree | 09ff58670d5d1e4b17738d34a2eefc2375b42baa /src/ChangeLog | |
| parent | 5324d904a3c7e2eaf0e15edab0d6c55fe7c9dcd2 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2011-04-08 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-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 | ||
| 6 | 2011-04-08 Svante Signell <svante.signell@telia.com> (tiny change) | 11 | 2011-04-08 Svante Signell <svante.signell@telia.com> (tiny change) |
| 7 | 12 | ||