From 4616e01478bbd4a5be900c2b189614fb039948de Mon Sep 17 00:00:00 2001 From: das Date: Tue, 11 Mar 2008 22:23:50 +0000 Subject: * unix/tclUnixNotfy.c: fix warning --- unix/tclUnixNotfy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index dba5bd3..a78cabd 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.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: tclUnixNotfy.c,v 1.33 2008/02/28 20:12:09 jenglish Exp $ + * RCS: @(#) $Id: tclUnixNotfy.c,v 1.34 2008/03/11 22:23:50 das Exp $ */ #include "tclInt.h" @@ -907,7 +907,7 @@ NotifierThreadProc( fd_set writableMask; fd_set exceptionalMask; int fds[2]; - int i, status, numFdBits = 0, receivePipe; + int i, numFdBits = 0, receivePipe; long found; struct timeval poll = {0., 0.}, *timePtr; char buf[2]; -- cgit v0.12