summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-01-16 20:55:53 (GMT)
committerhobbs <hobbs>2003-01-16 20:55:53 (GMT)
commitd2419094de4147575f4d89098571adcde80275cd (patch)
tree706d4cdb8804cfab5d5f86c6c6ae84de8299e03b /ChangeLog
parent545d7776f7c48ef8faf032296dd9b2b5bda76247 (diff)
downloadtcl-d2419094de4147575f4d89098571adcde80275cd.zip
tcl-d2419094de4147575f4d89098571adcde80275cd.tar.gz
tcl-d2419094de4147575f4d89098571adcde80275cd.tar.bz2
* win/tclWinSerial.c (SerialOutputProc): add casts for
bytesWritten to allow strict compilation (no warnings).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e705980..efc2727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-01-16 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tclWinSerial.c (SerialOutputProc): add casts for
+ bytesWritten to allow strict compilation (no warnings).
+
* tests/winDde.test:
* win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty
service name is passed to 'dde eval' and goto errorNoResult in