diff options
author | nijtmans <nijtmans> | 2008-11-11 21:54:06 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-11 21:54:06 (GMT) |
commit | 3204e89f4e57ec3a5ae382db506743fdb6ce3429 (patch) | |
tree | 013d87cd81911c89661c9083b6e029754a5add0c /ChangeLog | |
parent | 5712fecd971bc4528ae335bd91d588df88d5ef82 (diff) | |
download | tcl-3204e89f4e57ec3a5ae382db506743fdb6ce3429.zip tcl-3204e89f4e57ec3a5ae382db506743fdb6ce3429.tar.gz tcl-3204e89f4e57ec3a5ae382db506743fdb6ce3429.tar.bz2 |
Eliminate warning: passing arg 4 of `Tcl_SplitList' from
incompatible pointer type
reverted change from 2008-11-06 (was under the impression that
"-Wno-implicit-int" added an extra warning)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-10-28 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclNamesp.c: Eliminate warning: passing arg 4 of `Tcl_SplitList' + from incompatible pointer type + * win/tcl.m4: reverted change from 2008-11-06 (was under the impression + that "-Wno-implicit-int" added an extra warning) + * win/configure (regenerated) + 2008-11-10 Andreas Kupries <andreask@activestate.com> * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich |