Skip to content

Commit

Permalink
Suppress an unused-variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 10, 2019
1 parent 21338ab commit ae5c72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/io/console/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ set_rawmode(conmode *t, void *arg)
t->c_lflag |= ISIG|IEXTEN;
}
#endif
(void)r;
}
}

Expand Down

0 comments on commit ae5c72e

Please sign in to comment.