mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
supress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bbfbf662cc
commit
3765f668c6
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -3462,7 +3462,7 @@ int
|
|||
rb_wait_for_single_fd(int fd, int events, struct timeval *tv)
|
||||
{
|
||||
struct pollfd fds;
|
||||
int result, lerrno;
|
||||
int result = 0, lerrno;
|
||||
double limit = 0;
|
||||
struct timespec ts;
|
||||
struct timespec *timeout = NULL;
|
||||
|
|
Loading…
Reference in a new issue