From d873ee915ba7272ff08adda29fcc075b6cff21f4 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 20 Aug 2008 15:02:32 +0000 Subject: Squelch warning --- generic/tclExecute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 65795bd..0311da2 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclExecute.c,v 1.406 2008/08/17 19:37:11 msofer Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.407 2008/08/20 15:02:32 dkf Exp $ */ #include "tclInt.h" @@ -2370,7 +2370,7 @@ TclExecuteByteCode( goto instStartCmdOK; } else { const char *bytes; - int length, opnd; + int length = 0, opnd; Tcl_Obj *newObjResultPtr; bytes = GetSrcInfoForPc(pc, codePtr, &length); -- cgit v0.12