summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-19 14:12:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-19 14:12:35 (GMT)
commitab736a53a85538ce60e2cdc6ec235ed0f5edc91f (patch)
tree775abe6026bfea8e10cd69a2f38e72cf9ba143c0 /generic/tclIORChan.c
parentb78a1d192c9fbc8fa5d708a3433664061d4dfeb8 (diff)
downloadtcl-ab736a53a85538ce60e2cdc6ec235ed0f5edc91f.zip
tcl-ab736a53a85538ce60e2cdc6ec235ed0f5edc91f.tar.gz
tcl-ab736a53a85538ce60e2cdc6ec235ed0f5edc91f.tar.bz2
Silence a warning
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index d141e4a..d665dba 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIORChan.c,v 1.9 2005/10/19 14:11:27 dkf Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.10 2005/10/19 14:12:35 dkf Exp $
*/
#include <tclInt.h>
@@ -2097,7 +2097,7 @@ ForwardOpToOwnerThread(
evPtr->resultPtr = resultPtr;
evPtr->op = op;
evPtr->rcPtr = rcPtr;
- evPtr->param = param;
+ evPtr->param = (ForwardParam *) param;
resultPtr->src = Tcl_GetCurrentThread();
resultPtr->dst = dst;