From ab736a53a85538ce60e2cdc6ec235ed0f5edc91f Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 19 Oct 2005 14:12:35 +0000 Subject: Silence a warning --- generic/tclIORChan.c | 4 ++-- 1 file 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 @@ -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; -- cgit v0.12