diff options
author | nijtmans <nijtmans> | 2010-05-26 15:28:09 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-26 15:28:09 (GMT) |
commit | 44956ea2ae237e8111e50cfde47883f81e24fb7b (patch) | |
tree | b40da66d41c9fb7b65513e77544b1afb6c20b36f /ChangeLog | |
parent | d59e4da7e1c57fe1962f24cafedbc04cf2cc5b2b (diff) | |
download | tk-44956ea2ae237e8111e50cfde47883f81e24fb7b.zip tk-44956ea2ae237e8111e50cfde47883f81e24fb7b.tar.gz tk-44956ea2ae237e8111e50cfde47883f81e24fb7b.tar.bz2 |
Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ * tests/wm.test: Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent. + * generic/tkText.c Fix some gcc strict-aliasing warnings (discovered + * unix/tkUnixFont.c with "-Wstrict-aliasing=2" + * unix/tkUnixSelect.c 2010-05-20 Donal K. Fellows <dkf@users.sf.net> @@ -3545,7 +3548,7 @@ * changes: Updates for 8.5.2 release. * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. - Thanks to emiliano gavilán. [Bug 1922466] + Thanks to emiliano gavilan. [Bug 1922466] 2008-03-26 Joe English <jenglish@users.sourceforge.net> |