summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-09 07:15:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-09 07:15:09 (GMT)
commit7884058a52af8573e05691c2e1e40fdfa78ab5db (patch)
tree640c1704f91c3fb52f9078fab279a42dc33085ad /win/tclWinConsole.c
parentbc61e591021b6e5b5e4a49fe1f0111b4a475cc27 (diff)
parentf0ac2a42dacd012d571e820af585805230045d01 (diff)
downloadtcl-7884058a52af8573e05691c2e1e40fdfa78ab5db.zip
tcl-7884058a52af8573e05691c2e1e40fdfa78ab5db.tar.gz
tcl-7884058a52af8573e05691c2e1e40fdfa78ab5db.tar.bz2
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'win/tclWinConsole.c')
-rw-r--r--win/tclWinConsole.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index 1912433..a6207fe 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -1140,7 +1140,7 @@ ConsoleReaderThread(
{
ConsoleInfo *infoPtr = (ConsoleInfo *)arg;
HANDLE *handle = infoPtr->handle;
- DWORD count, waitResult;
+ DWORD waitResult;
HANDLE wEvents[2];
/* The first event takes precedence. */
@@ -1163,8 +1163,6 @@ ConsoleReaderThread(
break;
}
- count = 0;
-
/*
* Look for data on the console, but first ignore any events that are
* not KEY_EVENTs.