openwrt-packages/libs/classpath
Daniel Santos 0588441516 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>
2019-01-08 20:29:09 -06:00
..
patches classpath: fix this statement may fall through 2018-09-06 02:07:47 +08:00
Makefile classpath: Fix breakage caused by -Werror=implicit-fallthrough 2019-01-08 20:29:09 -06:00