Bug#835542: flex: comparison between signed and unsigned integer expressions

2017-12-12 Thread Alexander Koeppe
On Fri, 06 Oct 2017 10:58:32 +0200 Pedro Gimeno wrote: > I'm getting the same issue reported in message #5 with flex 2.6.1-1.3 amd64. > > $ echo %% | flex ; gcc -c -Wsign-compare lex.yy.c > lex.yy.c: In function ‘yy_get_next_buffer’: > lex.yy.c:557:18: warning: comparison between signed and unsign

Bug#835542: flex: comparison between signed and unsigned integer expressions

2017-10-06 Thread Pedro Gimeno
I'm getting the same issue reported in message #5 with flex 2.6.1-1.3 amd64. $ echo %% | flex ; gcc -c -Wsign-compare lex.yy.c lex.yy.c: In function ‘yy_get_next_buffer’: lex.yy.c:557:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( n = 0; n < max_

Processed: Re: Bug#835542: flex: comparison between signed and unsigned integer expressions

2016-12-30 Thread Debian Bug Tracking System
Processing control commands: > tag -1 patch pending Bug #835542 [flex] flex: comparison between signed and unsigned integer expressions Added tag(s) pending and patch. -- 835542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835542 Debian Bug Tracking System Contact ow...@bugs.debian.org wit

Bug#835542: flex: comparison between signed and unsigned integer expressions

2016-12-30 Thread Christoph Berg
Control: tag -1 patch pending Re: Vladimír Čunát 2016-09-27 > I'm curious: will there be a fix for 2.6.1? I've just uploaded flex_2.6.1-1.2_source.changes fixing this to delayed/5, patch attached. debian/NEWS.Debian |2 +- debian/changelog | 12 + src/flex.skl | 10 +++