diff options
author | hobbs <hobbs> | 2004-03-16 19:54:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-16 19:54:19 (GMT) |
commit | 25dabc3b3448e17e9f8350b49ffc80346888cba9 (patch) | |
tree | 81e537155653e180d8d88dee2cff0cd710307059 /ChangeLog | |
parent | 238eee1afd1c8786d6b045247704656e86fcbc5c (diff) | |
download | tcl-25dabc3b3448e17e9f8350b49ffc80346888cba9.zip tcl-25dabc3b3448e17e9f8350b49ffc80346888cba9.tar.gz tcl-25dabc3b3448e17e9f8350b49ffc80346888cba9.tar.bz2 |
* unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to
suppress useless type puning warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-03-16 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to + suppress useless type puning warnings. + 2004-03-16 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/file.n: *roff formatting fix. [Bug 917171] |