diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-12-01 16:28:00 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-12-01 16:28:00 (GMT) |
commit | 6c7ac341739cf01e0a6a385687b55339aa48e1eb (patch) | |
tree | 3250721d903de692e0288f305ca991dca2a056b2 /ChangeLog | |
parent | 627e4077fec79059bce211956e1fbbc3905fb8b6 (diff) | |
download | tcl-6c7ac341739cf01e0a6a385687b55339aa48e1eb.zip tcl-6c7ac341739cf01e0a6a385687b55339aa48e1eb.tar.gz tcl-6c7ac341739cf01e0a6a385687b55339aa48e1eb.tar.bz2 |
* generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):
Added meaningless initialization of 'i', 'ilim' and 'ilim1'
to silence warnings from the C compiler about possible use of
uninitialized variables, Added a panic to the 'switch' that
assigns them, to assert that the 'default' case is impossible.
[Bug 3124675]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-12-01 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): + Added meaningless initialization of 'i', 'ilim' and 'ilim1' + to silence warnings from the C compiler about possible use of + uninitialized variables, Added a panic to the 'switch' that + assigns them, to assert that the 'default' case is impossible. + [Bug 3124675] + 2010-12-01 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclBasic.c: fix gcc 64-bit warnings: cast from pointer to |