зеркало из https://github.com/github/ruby.git
[ruby/io-console] Suppress yet another warning on Windows
https://github.com/ruby/io-console/commit/4e17c90788
This commit is contained in:
Родитель
b5ab918d0c
Коммит
83ef58f264
|
@ -298,6 +298,7 @@ ttymode(VALUE io, VALUE (*func)(VALUE), VALUE farg, void (*setter)(conmode *, vo
|
|||
return result;
|
||||
}
|
||||
|
||||
#if !defined _WIN32
|
||||
struct ttymode_callback_args {
|
||||
VALUE (*func)(VALUE, VALUE);
|
||||
VALUE io;
|
||||
|
@ -311,7 +312,6 @@ ttymode_callback(VALUE args)
|
|||
return argp->func(argp->io, argp->farg);
|
||||
}
|
||||
|
||||
#if !defined _WIN32
|
||||
static VALUE
|
||||
ttymode_with_io(VALUE io, VALUE (*func)(VALUE, VALUE), VALUE farg, void (*setter)(conmode *, void *), void *arg)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче