libcpu: Compile i386_lex.c with -Wno-implicit-fallthrough
authorOmar Sandoval <osandov@fb.com>
Thu, 12 Dec 2019 00:23:28 +0000 (16:23 -0800)
committerMark Wielaard <mark@klomp.org>
Thu, 12 Dec 2019 11:12:11 +0000 (12:12 +0100)
commit277c2c54f5579523649a29d26966bfed35a159bf
tree6736f5973c31a05fc002657556acdb11e5a9c95f
parentc435a33811428ebad7b8d420821d0b8e10cd84d2
libcpu: Compile i386_lex.c with -Wno-implicit-fallthrough

elfutils is compiled with -Wimplicit-fallthrough=5, so the fallthrough
comment in i386_lex.c (generated by flex) doesn't prevent the implicit
fallthrough warning. Add -Wno-implicit-fallthrough to i386_lex_CFLAGS.

Signed-off-by: Omar Sandoval <osandov@fb.com>
libcpu/ChangeLog
libcpu/Makefile.am