diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-03 22:15:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-03 22:15:59 (GMT) |
commit | e61b61a3f03fc95c9f9c7271fb705df4e84f31e0 (patch) | |
tree | f9f6ecc37d850900d1d406840508d7f3f77e910d /ChangeLog | |
parent | 1d327cff35030c574230508e600a5f587b64b321 (diff) | |
download | tk-e61b61a3f03fc95c9f9c7271fb705df4e84f31e0.zip tk-e61b61a3f03fc95c9f9c7271fb705df4e84f31e0.tar.gz tk-e61b61a3f03fc95c9f9c7271fb705df4e84f31e0.tar.bz2 |
Fix more type pun warnings (those not found by my local version of GCC)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,12 +1,14 @@ 2007-05-03 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * unix/tkUnixSelect.c (ConvertSelection): + * unix/tkUnixEvent.c (TkUnixDoOneXEvent): * generic/tkConfig.c (Tk_RestoreSavedOptions): * generic/tkCanvPs.c (TkCanvPostscriptCmd): * generic/tkOption.c (GetDefaultOptions): * unix/tkUnixRFont.c (TkpGetFontAttrsForChar, InitFont) (TkpGetFontFamilies, TkpGetSubFonts): - * unix/tkUnixSend.c (TkpTestsendCmd): Squelch warnings from GCC type - aliasing. [Bug 1711985] + * unix/tkUnixSend.c (TkpTestsendCmd, RegOpen): Squelch warnings from + GCC type aliasing. [Bug 1711985 and others] 2007-04-29 Daniel Steffen <das@users.sourceforge.net> |