qthread_win.cpp: Fix compiler warnings by MSVC2015 (64bit).
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Fri, 31 Jul 2015 13:52:11 +0000 (15:52 +0200)
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Tue, 18 Aug 2015 20:03:35 +0000 (20:03 +0000)
commite50629cc0db628efdea6c654a87fe0e7acbad596
tree4affabd251c29a1ea8510f8a94d727a7229f12db
parent2f50102f856c34e56f0f01a0f0926047cbcb05a7
qthread_win.cpp: Fix compiler warnings by MSVC2015 (64bit).

thread\qthread_win.cpp(121): warning C4312: 'reinterpret_cast': conversion from 'DWORD' to 'Qt::HANDLE' of greater size
thread\qthread_win.cpp(343): warning C4312: 'reinterpret_cast': conversion from 'DWORD' to 'Qt::HANDLE' of greater size
thread\qthread_win.cpp(416): warning C4312: 'reinterpret_cast': conversion from 'DWORD' to 'Qt::HANDLE' of greater size

Change-Id: I5e60e4bb91a32491562748755d34a2c5a1e264b4
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
src/corelib/thread/qthread_win.cpp