diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-08-09 07:15:09 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-08-09 07:15:09 (GMT) |
| commit | e28099940b45e61945dba656309e26ea5370a170 (patch) | |
| tree | 640c1704f91c3fb52f9078fab279a42dc33085ad /win/tclWinSerial.c | |
| parent | 02b225d63ffbb8b65a6ecfc8b21d3d50b6f2d103 (diff) | |
| parent | c0a613781f897bcbed1cefe8ac93cff9eedf883f (diff) | |
| download | tcl-e28099940b45e61945dba656309e26ea5370a170.zip tcl-e28099940b45e61945dba656309e26ea5370a170.tar.gz tcl-e28099940b45e61945dba656309e26ea5370a170.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 |
