diff options
author | mdejong <mdejong> | 2003-01-16 19:01:59 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-16 19:01:59 (GMT) |
commit | 87b28d9c78944ebbc26e0dfc02d0b4c07bbdba68 (patch) | |
tree | 56fc5ddd5f0d9e560d44bc912f29228edfa92437 /ChangeLog | |
parent | d4ef1e892eaf4ac505ca0b50bbec1d3ec472161a (diff) | |
download | tcl-87b28d9c78944ebbc26e0dfc02d0b4c07bbdba68.zip tcl-87b28d9c78944ebbc26e0dfc02d0b4c07bbdba68.tar.gz tcl-87b28d9c78944ebbc26e0dfc02d0b4c07bbdba68.tar.bz2 |
* win/tclWin32Dll.c (squelch_warnings): Squelch
compiler warnings from SEH ASM code.
* win/tclWinChan.c (squelch_warnings): Squelch
compiler warnings from SEH ASM code.
* win/tclWinDde.c: Add casts to avoid compiler
warnings. Pass pointer to DWORD instead of int
to avoid compiler warnings.
* win/tclWinFCmd.c (squelch_warnings): Add casts
and fixup decls to avoid compiler warnings.
Squelch compiler warnings from SEH ASM code.
* win/tclWinFile.c: Add casts and fixup decls
to avoid compiler warnings. Remove unused variable.
* win/tclWinNotify.c: Declare as DWORD instead
of int to avoid compiler warning.
* win/tclWinReg.c: Add casts to avoid compiler
warning. Fix assignment in if expression bug.
* win/tclWinSerial.c: Add casts to avoid compiler
warnings. Remove unused variable.
* win/tclWinSock.c: Add casts and fixup decls
to avoid compiler warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2003-01-16 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tclWin32Dll.c (squelch_warnings): Squelch + compiler warnings from SEH ASM code. + * win/tclWinChan.c (squelch_warnings): Squelch + compiler warnings from SEH ASM code. + * win/tclWinDde.c: Add casts to avoid compiler + warnings. Pass pointer to DWORD instead of int + to avoid compiler warnings. + * win/tclWinFCmd.c (squelch_warnings): Add casts + and fixup decls to avoid compiler warnings. + Squelch compiler warnings from SEH ASM code. + * win/tclWinFile.c: Add casts and fixup decls + to avoid compiler warnings. Remove unused variable. + * win/tclWinNotify.c: Declare as DWORD instead + of int to avoid compiler warning. + * win/tclWinReg.c: Add casts to avoid compiler + warning. Fix assignment in if expression bug. + * win/tclWinSerial.c: Add casts to avoid compiler + warnings. Remove unused variable. + * win/tclWinSock.c: Add casts and fixup decls + to avoid compiler warnings. + 2003-01-14 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclClock.c (FormatClock): corrected typo that |