summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-07 13:52:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-07 13:52:41 (GMT)
commit31f1bbeb86a2c589b3e632340522620ffa049c20 (patch)
treea37b39a592837f0ba6fdf0f876a0f6efd2230c7f /generic
parentb9bef57682b6ea3902bc232a3364abb563ebde59 (diff)
downloadtcl-31f1bbeb86a2c589b3e632340522620ffa049c20.zip
tcl-31f1bbeb86a2c589b3e632340522620ffa049c20.tar.gz
tcl-31f1bbeb86a2c589b3e632340522620ffa049c20.tar.bz2
Yet more warning killing, this time reported by Miguel Sofer by private chat.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclDictObj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c
index 3c59ea7..ee5d7fa 100644
--- a/generic/tclDictObj.c
+++ b/generic/tclDictObj.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclDictObj.c,v 1.5 2003/04/07 12:39:08 dkf Exp $
+ * RCS: @(#) $Id: tclDictObj.c,v 1.6 2003/04/07 13:52:52 dkf Exp $
*/
#include "tclInt.h"
@@ -2450,6 +2450,7 @@ DictFilterCmd(interp, objc, objv)
}
panic("unexpected fallthrough");
/* Control never reaches this point. */
+ return TCL_ERROR;
abnormalResult:
Tcl_DictObjDone(&search);