summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-07-16 15:29:09 (GMT)
committerdgp <dgp@noemail.net>2003-07-16 15:29:09 (GMT)
commit075689772bb216c68358f1b063dc9a0791446721 (patch)
tree6b9e6c2acf66756eb8042658e8f73082ede0faea /generic/tclFileName.c
parent267d2eee7de9605505f3e87be3a05cc5c3a70dcb (diff)
downloadtcl-075689772bb216c68358f1b063dc9a0791446721.zip
tcl-075689772bb216c68358f1b063dc9a0791446721.tar.gz
tcl-075689772bb216c68358f1b063dc9a0791446721.tar.bz2
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]
* generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947] * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949] Silence compiler warnings about unreached lines. FossilOrigin-Name: 31e59a0126c40c0865cc35a86f4aa2e905a74215
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index 84b92c7..ac28c03 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.41 2003/04/25 18:28:41 vincentdarley Exp $
+ * RCS: @(#) $Id: tclFileName.c,v 1.42 2003/07/16 15:29:09 dgp Exp $
*/
#include "tclInt.h"
@@ -1680,7 +1680,6 @@ Tcl_GlobObjCmd(dummy, interp, objc, objv)
case GLOB_LAST: /* -- */
i++;
goto endOfForLoop;
- break;
}
}
endOfForLoop: