diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-02-25 14:12:34 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-02-25 14:12:34 (GMT) |
commit | 9314539d269d7799c7b0d8476102bebe351c7a4b (patch) | |
tree | 704592d59e3cbd2f2e80df7800611e2060c13fba /ChangeLog | |
parent | c0086152bf8c3afb10f70135ac601e2ddf5c3234 (diff) | |
download | tcl-9314539d269d7799c7b0d8476102bebe351c7a4b.zip tcl-9314539d269d7799c7b0d8476102bebe351c7a4b.tar.gz tcl-9314539d269d7799c7b0d8476102bebe351c7a4b.tar.bz2 |
* win/tclWinDde.c: Removed some gcc warnings - except for the
-Wconversion warning for GetGlobalAtomName. gcc is just wrong
about this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-02-25 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tclWinDde.c: Removed some gcc warnings - except for the + -Wconversion warning for GetGlobalAtomName. gcc is just wrong + about this. + 2004-02-24 Donal K. Fellows <donal.k.fellows@man.ac.uk> IMPLEMENTATION OF TIP#100 FROM GEORGIOS PETASIS |