diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2005-09-09 19:09:48 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2005-09-09 19:09:48 (GMT) |
commit | a3fc969bf655e07ab29181c517a4e74dcd64b51f (patch) | |
tree | 8e7623cef92929efee5a0c823fde1772098e19b3 /ChangeLog | |
parent | 6289873bafa3f12f8a3850c8a04915a760ee56e7 (diff) | |
download | tcl-a3fc969bf655e07ab29181c517a4e74dcd64b51f.zip tcl-a3fc969bf655e07ab29181c517a4e74dcd64b51f.tar.gz tcl-a3fc969bf655e07ab29181c517a4e74dcd64b51f.tar.bz2 |
* generic/tclIORChan.c (RcDecodeEventMask): Added missing type
declaration for the parameter 'mask'. This fixes the [SF Tcl Bug
1286256]. The other warning can be removed only by removing the
panic/return code.
FossilOrigin-Name: a44fd1ff0f2ab8361be42cb93bb1db9aa9047574
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-09-09 Andreas Kupries <andreask@activestate.com> + + * generic/tclIORChan.c (RcDecodeEventMask): Added missing type + declaration for the parameter 'mask'. This fixes the [SF Tcl Bug + 1286256]. The other warning can be removed only by removing the + panic/return code. + 2005-09-09 Kevin Kenny <kennykb@acm.org> * generic/tclStringObj.c: Added two missing casts to silence |