diff options
author | nijtmans <nijtmans> | 2010-11-19 19:45:29 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-19 19:45:29 (GMT) |
commit | b97e5b84bc31ca86df37e2a5cff45dd94e310c99 (patch) | |
tree | efbf7c8f0a00938408e54d8226105d21d005f9e5 /ChangeLog | |
parent | 3942360d85dc8ab11f6914c9ffd17c256c7b8a6a (diff) | |
download | tcl-b97e5b84bc31ca86df37e2a5cff45dd94e310c99.zip tcl-b97e5b84bc31ca86df37e2a5cff45dd94e310c99.tar.gz tcl-b97e5b84bc31ca86df37e2a5cff45dd94e310c99.tar.bz2 |
fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target type
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-11-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInterp.c: fix gcc warning: passing argument 3 of + 'Tcl_GetIndexFromObj' discards qualifiers from pointer target type + 2010-11-18 Donal K. Fellows <dkf@users.sf.net> * doc/file.n: [Bug 3111298]: Typofix. |