From a57d7ac68eaafc7de2e3f9d05a148384f3716f52 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 6 Oct 2004 15:20:48 +0000 Subject: Silence compiler warning... --- generic/tclFileName.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 161ce04..ec865e1 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.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: tclFileName.c,v 1.57 2004/10/06 13:38:53 dkf Exp $ + * RCS: @(#) $Id: tclFileName.c,v 1.58 2004/10/06 15:20:48 dkf Exp $ */ #include "tclInt.h" @@ -1691,6 +1691,7 @@ TclGlob(interp, pattern, pathPrefix, globFlags, types) break; case TCL_PATH_RELATIVE: /* Do nothing */ + break; } Tcl_DecrRefCount(temp); } -- cgit v0.12