X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Freset_cmd.c;h=da953eb1218804ed4d8850fa0d61c058dbb5047c;hp=94ad75089e436feb4b149d14f0ba6657cb2d0c0b;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=4298026c68384077462178f8018c8c1add0c3cdf diff --git a/progs/reset_cmd.c b/progs/reset_cmd.c index 94ad7508..da953eb1 100644 --- a/progs/reset_cmd.c +++ b/progs/reset_cmd.c @@ -51,7 +51,7 @@ #include #endif -MODULE_ID("$Id: reset_cmd.c,v 1.5 2016/08/06 21:04:54 tom Exp $") +MODULE_ID("$Id: reset_cmd.c,v 1.6 2016/08/20 23:53:44 tom Exp $") /* * SCO defines TIOCGSIZE and the corresponding struct. Other systems (SunOS, @@ -491,6 +491,7 @@ send_init_strings(TTY * old_settings) int i; bool need_flush = FALSE; + (void) old_settings; #ifdef TAB3 if (old_settings != 0 && old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {