summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-10-21 14:35:02 (GMT)
committerdgp <dgp@noemail.net>2013-10-21 14:35:02 (GMT)
commitcee81f406c30abccb2dee15d56e69b60386e6f05 (patch)
tree48485bec5126bdad1c2c01f4bfdd4338b0257097 /generic/tclCompile.c
parent2cbf82a1e03d9225ed7b0d9164c1b956dded3f67 (diff)
downloadtcl-cee81f406c30abccb2dee15d56e69b60386e6f05.zip
tcl-cee81f406c30abccb2dee15d56e69b60386e6f05.tar.gz
tcl-cee81f406c30abccb2dee15d56e69b60386e6f05.tar.bz2
silence compiler warnings
FossilOrigin-Name: 14351c91dd49ce5ac767a1a2c65dfea02ea8b26d
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.