classpath: Fix breakage caused by -Werror=implicit-fallthrough 7922/head
authorDaniel Santos <daniel.santos@pobox.com>
Tue, 8 Jan 2019 12:48:03 +0000 (06:48 -0600)
committerDaniel Santos <daniel.santos@pobox.com>
Wed, 9 Jan 2019 02:29:09 +0000 (20:29 -0600)
commit0588441516460732ac5d63bf013d6f8591763320
tree512179d469935fe1207807890a89ef1396942902
parent8cfbcfd7570a023dfac81f6678256dd8968b5c67
classpath: Fix breakage caused by -Werror=implicit-fallthrough

classpath builds with -Wextra and, unless configured with
--disable-werror, -Werror.  Since GCC 7 added -Wimplicit-fallthrough=3
to -Wextra we need to make it not an error for code that doesn't use
__attribute__((fallthrough)) yet.

Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
libs/classpath/Makefile