Re: wsconsctl: minor cleanup

2017-12-30 Thread Philip Guenther
On Sat, Dec 30, 2017 at 8:51 AM, Anton Lindqvist wrote: > > Get rid of a unused variable and define the noinput lex option in order > to suppress the following warning: > > map_scan.c:1235:16: warning: function 'input' is not needed and will not > be emitted > static int

wsconsctl: minor cleanup

2017-12-30 Thread Anton Lindqvist
Hi, Get rid of a unused variable and define the noinput lex option in order to suppress the following warning: map_scan.c:1235:16: warning: function 'input' is not needed and will not be emitted static int input (void) Comments? OK? Index: map_scan.l