зеркало из https://github.com/github/ruby.git
* thread_win32.c (native_sleep): suppress warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5de144f3a5
Коммит
ccde88c1f1
|
@ -301,7 +301,7 @@ rb_w32_Sleep(unsigned long msec)
|
|||
static void
|
||||
native_sleep(rb_thread_t *th, struct timeval *tv)
|
||||
{
|
||||
const DWORD msec = (tv) ?
|
||||
const volatile DWORD msec = (tv) ?
|
||||
(DWORD)(tv->tv_sec * 1000 + tv->tv_usec / 1000) : INFINITE;
|
||||
|
||||
GVL_UNLOCK_BEGIN();
|
||||
|
|
Загрузка…
Ссылка в новой задаче