gas: bfin: build lexer with -Werror
authorMike Frysinger <vapier@gentoo.org>
Thu, 14 Jan 2021 06:03:54 +0000 (01:03 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 14 Jan 2021 06:07:13 +0000 (01:07 -0500)
commitabad28152eb82fb4dc84ed3f0bc35e685d7772d7
tree092efce3d7e0bc8f2211cbacc8d4f6c581ad200f
parentadb0bd8fda7dded7ffb227481f663fdfcbfbe63a
gas: bfin: build lexer with -Werror

The makefile has comments about old versions of bison/yacc generating
warnings, but that doesn't apply to the lexer which comes from flex.
As far as I can tell, the warnings in the Blackfin lexer can be fixed
with defines that have been supported back through flex in 2002.  So
lets turn on -Werror for it and see if anyone notices.  If they do,
they can report their exact tool versions so we can record that here.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in