summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-22 17:21:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-22 17:21:03 (GMT)
commit69d4a9d89e969992abde2118b6ba7836b35277a4 (patch)
treecebf6d4800cb288d091015cf17a9a56adfcd1189 /generic/tclCompCmdsSZ.c
parent740454d17abd5e8a134601126ac05d0988dbc13f (diff)
parent43697f3b2178f95e0e0d803a186c5081b4743d3a (diff)
downloadtcl-69d4a9d89e969992abde2118b6ba7836b35277a4.zip
tcl-69d4a9d89e969992abde2118b6ba7836b35277a4.tar.gz
tcl-69d4a9d89e969992abde2118b6ba7836b35277a4.tar.bz2
Revised fix for signed/unsigned mismatch. "get types right" > "add more casts"
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index ef9340e..101edbd 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -2028,7 +2028,7 @@ IssueSwitchChainedTests(
int foundDefault; /* Flag to indicate whether a "default" clause
* is present. */
JumpFixup *fixupArray; /* Array of forward-jump fixup records. */
- int *fixupTargetArray; /* Array of places for fixups to point at. */
+ unsigned int *fixupTargetArray; /* Array of places for fixups to point at. */
int fixupCount; /* Number of places to fix up. */
int contFixIndex; /* Where the first of the jumps due to a group
* of continuation bodies starts, or -1 if