mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-console] Suppress an unused-variable warning
https://github.com/ruby/io-console/commit/ae5c72e481
This commit is contained in:
parent
f9c0fe77c0
commit
2419b3dba6
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ set_rawmode(conmode *t, void *arg)
|
||||||
t->c_lflag |= ISIG|IEXTEN;
|
t->c_lflag |= ISIG|IEXTEN;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
(void)r;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue