diff --git a/ext/io/console/console.c b/ext/io/console/console.c index b83fb67665..7a8ab8a82b 100644 --- a/ext/io/console/console.c +++ b/ext/io/console/console.c @@ -190,6 +190,7 @@ set_rawmode(conmode *t, void *arg) t->c_lflag |= ISIG|IEXTEN; } #endif + (void)r; } }