diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-09 07:15:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-09 07:15:09 (GMT) |
commit | 7884058a52af8573e05691c2e1e40fdfa78ab5db (patch) | |
tree | 640c1704f91c3fb52f9078fab279a42dc33085ad /win/tclWinSerial.c | |
parent | bc61e591021b6e5b5e4a49fe1f0111b4a475cc27 (diff) | |
parent | f0ac2a42dacd012d571e820af585805230045d01 (diff) | |
download | tcl-7884058a52af8573e05691c2e1e40fdfa78ab5db.zip tcl-7884058a52af8573e05691c2e1e40fdfa78ab5db.tar.gz tcl-7884058a52af8573e05691c2e1e40fdfa78ab5db.tar.bz2 |
[Bug 3388350] mingw64 compiler warnings
Diffstat (limited to 'win/tclWinSerial.c')
-rw-r--r-- | win/tclWinSerial.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c index 503358b..0941d4a 100644 --- a/win/tclWinSerial.c +++ b/win/tclWinSerial.c @@ -1433,9 +1433,7 @@ TclWinSerialReopen( const TCHAR *name, DWORD access) { - ThreadSpecificData *tsdPtr; - - tsdPtr = SerialInit(); + SerialInit(); /* * Multithreaded I/O needs the overlapped flag set otherwise |