Eliminate 'scope of var can be reduced' cppcheck warning in pthread_join
authorIvan Maidanski <ivmai@mail.ru>
Tue, 10 Jul 2018 21:15:49 +0000 (00:15 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 10 Jul 2018 21:15:49 +0000 (00:15 +0300)
commit36082bee6cdb1a2b2751f027cb7ce3c40b06a14a
treef19ebb92797d1641ade04a282e880e8e82ae55bb
parent3e886de065ceba31494aaf5665942c8610a2100e
Eliminate 'scope of var can be reduced' cppcheck warning in pthread_join

* win32_threads.c [GC_PTHREADS && GC_WIN32_PTHREADS] (GC_pthread_join):
Declare t local variable in the block where the variable is used.
win32_threads.c