summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2013-10-21 14:35:02 (GMT)
committerdgp@users.sourceforge.net <dgp>2013-10-21 14:35:02 (GMT)
commit3037857947739dcce71a4fae49de77c75b690c04 (patch)
treefb8499dbd90a12c867f323ee83b7e10fedb35204 /generic/tclCompile.c
parent1fb998dc1d63f2da1b612b56ab6f68e22ab7b3ff (diff)
downloadtcl-3037857947739dcce71a4fae49de77c75b690c04.zip
tcl-3037857947739dcce71a4fae49de77c75b690c04.tar.gz
tcl-3037857947739dcce71a4fae49de77c75b690c04.tar.bz2
silence compiler warnings
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index ae6e56c..a150fc2 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -3930,7 +3930,7 @@ TclEmitInvoke(
ExceptionRange *rangePtr;
ExceptionAux *auxBreakPtr, *auxContinuePtr;
int arg1, arg2, wordCount = 0, expandCount = 0;
- int loopRange, breakRange, continueRange;
+ int loopRange = 0, breakRange = 0, continueRange = 0;
/*
* Parse the arguments.