X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fcomp_scan.c;h=2a9aa56371c8b3a1fca9de394a8d7b96aaa418a5;hp=058cf9ab21b5c74794619ebbbe0dd71983756d32;hb=7087871f804c061d339994964269f3c20e88f547;hpb=beb0f0c6911096ee19815bdf2601c4317d80341f diff --git a/ncurses/tinfo/comp_scan.c b/ncurses/tinfo/comp_scan.c index 058cf9ab..2a9aa563 100644 --- a/ncurses/tinfo/comp_scan.c +++ b/ncurses/tinfo/comp_scan.c @@ -50,7 +50,7 @@ #include #include -MODULE_ID("$Id: comp_scan.c,v 1.100 2012/04/29 00:20:51 tom Exp $") +MODULE_ID("$Id: comp_scan.c,v 1.101 2012/12/08 22:19:25 tom Exp $") /* * Maximum length of string capability we'll accept before raising an error. @@ -380,7 +380,7 @@ _nc_get_token(bool silent) if (end_of_stream()) { yyin = 0; - next_char(); /* frees its allocated memory */ + (void) next_char(); /* frees its allocated memory */ if (tok_buf != 0) { if (_nc_curr_token.tk_name == tok_buf) _nc_curr_token.tk_name = 0;