From 2a4b329dc9a49a0f98ea43f460b586fd6bf6b694 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 18 May 2004 10:13:51 +0000 Subject: Stop a compiler warning. --- generic/tclInterp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/tclInterp.c b/generic/tclInterp.c index 01a73d1..fef3568 100644 --- a/generic/tclInterp.c +++ b/generic/tclInterp.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInterp.c,v 1.29 2004/05/18 09:29:30 dkf Exp $ + * RCS: @(#) $Id: tclInterp.c,v 1.30 2004/05/18 10:13:51 dkf Exp $ */ #include "tclInt.h" @@ -2794,6 +2794,7 @@ Tcl_LimitRemoveHandler(interp, type, handlerProc, clientData) break; default: Tcl_Panic("unknown type of resource limit"); + return; } for (; handlerPtr!=NULL ; handlerPtr=handlerPtr->nextPtr) { -- cgit v0.12