diff options
author | nijtmans <nijtmans> | 2008-11-11 21:55:46 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-11 21:55:46 (GMT) |
commit | 266da04f1825ce88dda184f559448bed8890db38 (patch) | |
tree | b4c176000ae996abef70f6ea8d6f1dac3e4198be | |
parent | 3204e89f4e57ec3a5ae382db506743fdb6ce3429 (diff) | |
download | tcl-266da04f1825ce88dda184f559448bed8890db38.zip tcl-266da04f1825ce88dda184f559448bed8890db38.tar.gz tcl-266da04f1825ce88dda184f559448bed8890db38.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)
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -2008-10-28 Jan Nijtmans <nijtmans@users.sf.net> +2008-11-11 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclNamesp.c: Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type |