Fix more GCC strict-aliasing warnings.
commit65969f63dfe134bdb18177b13b83658627709358
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Apr 2011 20:41:28 +0000 (8 16:41 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Apr 2011 20:41:28 +0000 (8 16:41 -0400)
tree09ff58670d5d1e4b17738d34a2eefc2375b42baa
parent5324d904a3c7e2eaf0e15edab0d6c55fe7c9dcd2
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.
src/ChangeLog
src/ftfont.c
src/xmenu.c
src/xselect.c