summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-10-21 14:35:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-10-21 14:35:02 (GMT)
commit7a42d12716791dcb90f5e4d68141c2a74033de01 (patch)
treefb8499dbd90a12c867f323ee83b7e10fedb35204 /generic/tclCompile.c
parent8d4b93ccb7866e2a35c9b77117a07dcf7a482a88 (diff)
downloadtcl-7a42d12716791dcb90f5e4d68141c2a74033de01.zip
tcl-7a42d12716791dcb90f5e4d68141c2a74033de01.tar.gz
tcl-7a42d12716791dcb90f5e4d68141c2a74033de01.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.