K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2017-10-16T04:13:18.732206Z
K 7
svn:log
V 277
Suppress sign-compare warnings for innfeed lexer

Some versions of flex (such as 2.6.1-1.3 in Debian stretch) declare a
variable as int that should be size_t.  We can't really do much about
that, and it's fixed in current flex, so just suppress the warning
using a gcc pragma.

END
